From f5d9d76447d34a1aa43afc2c783e70f07fd58228 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 4 Dec 2018 09:04:02 -0600 Subject: Also remove SORT_BIG from sort.test. --- tests/sort.test | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/sort.test') diff --git a/tests/sort.test b/tests/sort.test index 930403e8..619bbd02 100755 --- a/tests/sort.test +++ b/tests/sort.test @@ -14,9 +14,6 @@ testing "numeric" "sort -n input" "1\n3\n010\n" "3\n1\n010\n" "" testing "reverse" "sort -r input" "wook\nwalrus\npoint\npabst\naargh\n" \ "point\nwook\npabst\naargh\nwalrus\n" "" -# These tests require the full option set. - -optional SORT_BIG # Longish chunk of data re-used by the next few tests. The expected output # varies, but the input (this) is the same. -- cgit v1.2.3