diff options
Diffstat (limited to 'testsuite/sort.tests')
-rwxr-xr-x | testsuite/sort.tests | 7 |
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 | |||
45 | 999 3 0 algebra | 45 | 999 3 0 algebra |
46 | " "$data" "" | 46 | " "$data" "" |
47 | 47 | ||
48 | # Busybox is definitely doing this one wrong just now. FIXME | 48 | test x"$SKIP_KNOWN_BUGS" = x"" && { |
49 | 49 | # Busybox is definitely doing these wrong. FIXME | |
50 | testing "sort key range with numeric option and global reverse" \ | 50 | testing "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" \ | |||
56 | 7 3 42 soup | 56 | 7 3 42 soup |
57 | " "$data" "" | 57 | " "$data" "" |
58 | 58 | ||
59 | # | ||
60 | |||
61 | testing "sort key range with multiple options" "sort -k2,3rn input" \ | 59 | testing "sort key range with multiple options" "sort -k2,3rn input" \ |
62 | "7 3 42 soup | 60 | "7 3 42 soup |
63 | 999 3 0 algebra | 61 | 999 3 0 algebra |
@@ -65,6 +63,7 @@ testing "sort key range with multiple options" "sort -k2,3rn input" \ | |||
65 | 42 1 3 woot | 63 | 42 1 3 woot |
66 | egg 1 2 papyrus | 64 | egg 1 2 papyrus |
67 | " "$data" "" | 65 | " "$data" "" |
66 | } | ||
68 | 67 | ||
69 | testing "sort key range with two -k options" "sort -k 2,2n -k 1,1r input" "\ | 68 | testing "sort key range with two -k options" "sort -k 2,2n -k 1,1r input" "\ |
70 | d 2 | 69 | d 2 |