aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sort.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sort.tests')
-rwxr-xr-xtestsuite/sort.tests7
1 files changed, 3 insertions, 4 deletions
diff --git a/testsuite/sort.tests b/testsuite/sort.tests
index f700dc0c1..627ca51f8 100755
--- a/testsuite/sort.tests
+++ b/testsuite/sort.tests
@@ -45,8 +45,8 @@ egg 1 2 papyrus
45999 3 0 algebra 45999 3 0 algebra
46" "$data" "" 46" "$data" ""
47 47
48# Busybox is definitely doing this one wrong just now. FIXME 48test x"$SKIP_KNOWN_BUGS" = x"" && {
49 49# Busybox is definitely doing these wrong. FIXME
50testing "sort key range with numeric option and global reverse" \ 50testing "sort key range with numeric option and global reverse" \
51"sort -k2,3n -r input" \ 51"sort -k2,3n -r input" \
52"egg 1 2 papyrus 52"egg 1 2 papyrus
@@ -56,8 +56,6 @@ testing "sort key range with numeric option and global reverse" \
567 3 42 soup 567 3 42 soup
57" "$data" "" 57" "$data" ""
58 58
59#
60
61testing "sort key range with multiple options" "sort -k2,3rn input" \ 59testing "sort key range with multiple options" "sort -k2,3rn input" \
62"7 3 42 soup 60"7 3 42 soup
63999 3 0 algebra 61999 3 0 algebra
@@ -65,6 +63,7 @@ testing "sort key range with multiple options" "sort -k2,3rn input" \
6542 1 3 woot 6342 1 3 woot
66egg 1 2 papyrus 64egg 1 2 papyrus
67" "$data" "" 65" "$data" ""
66}
68 67
69testing "sort key range with two -k options" "sort -k 2,2n -k 1,1r input" "\ 68testing "sort key range with two -k options" "sort -k 2,2n -k 1,1r input" "\
70d 2 69d 2