aboutsummaryrefslogtreecommitdiff
path: root/tests/sort.test
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-12-04 09:04:02 -0600
committerRob Landley <rob@landley.net>2018-12-04 09:04:02 -0600
commitf5d9d76447d34a1aa43afc2c783e70f07fd58228 (patch)
tree46ed69882b920f02bfbc96b0f49349c3835ea6b5 /tests/sort.test
parent95a1d0ec4d79d28dac39e8c7af09a645eafd028a (diff)
downloadtoybox-f5d9d76447d34a1aa43afc2c783e70f07fd58228.tar.gz
Also remove SORT_BIG from sort.test.
Diffstat (limited to 'tests/sort.test')
-rwxr-xr-xtests/sort.test3
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.