diff scripts/test/sort.test @ 619:47edfc1a4983

- Do not abort testing after running the sort tests - Add tail testcases for input not ending on a newline - Fix condition where input coming from stdin does not have a trailing newline
author Elie De Brauwer <eliedebrauwer@gmail.com>
date Thu, 05 Jul 2012 22:58:28 +0200
parents 87edfe8ae99e
children
line wrap: on
line diff
--- a/scripts/test/sort.test	Thu Jul 05 20:11:40 2012 +0200
+++ b/scripts/test/sort.test	Thu Jul 05 22:58:28 2012 +0200
@@ -97,4 +97,4 @@
   "bork\nNaN\n-inf\n0.4\n1.222\n01.37\n2.1\n+infinity\n" "" \
   "01.37\n1.222\n2.1\n0.4\nNaN\nbork\n-inf\n+infinity\n"
 
-exit $FAILCOUNT
+