libpwdgrp: tweak comments, replace one xmalloc with xzalloc
[oweals/busybox.git] / testsuite / sort.tests
index 91b282ea06349949ff8e2780601e87d061c41402..68fa3e405c88c36cbef2e40e717f212a98fdc812 100755 (executable)
@@ -47,8 +47,6 @@ egg   1       2       papyrus
 999    3       0       algebra
 " "$data" ""
 
-test x"$SKIP_KNOWN_BUGS" = x"" && {
-# Busybox is definitely doing these wrong.  FIXME
 testing "sort key range with numeric option and global reverse" \
 "sort -k2,3n -r input" \
 "egg   1       2       papyrus
@@ -65,7 +63,6 @@ testing "sort key range with multiple options" "sort -k2,3rn input" \
 42     1       3       woot
 egg    1       2       papyrus
 " "$data" ""
-}
 
 testing "sort key range with two -k options" "sort -k 2,2n -k 1,1r input" "\
 d 2