From bf3d3a7a831418d60d832fac1ecf95f4b867a0d0 Mon Sep 17 00:00:00 2001 From: Elie De Brauwer Date: Thu, 5 Jul 2012 22:58:28 +0200 Subject: - 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 --- scripts/test/sort.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/test/sort.test') diff --git a/scripts/test/sort.test b/scripts/test/sort.test index 6449e499..7bd413f7 100755 --- a/scripts/test/sort.test +++ b/scripts/test/sort.test @@ -97,4 +97,4 @@ testing "sort -g" "sort -g" \ "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 + -- cgit v1.2.3