diff options
author | Rob Landley <rob@landley.net> | 2018-12-04 09:04:02 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-12-04 09:04:02 -0600 |
commit | f5d9d76447d34a1aa43afc2c783e70f07fd58228 (patch) | |
tree | 46ed69882b920f02bfbc96b0f49349c3835ea6b5 /tests | |
parent | 95a1d0ec4d79d28dac39e8c7af09a645eafd028a (diff) | |
download | toybox-f5d9d76447d34a1aa43afc2c783e70f07fd58228.tar.gz |
Also remove SORT_BIG from sort.test.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/sort.test | 3 |
1 files changed, 0 insertions, 3 deletions
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. |