find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / testsuite / sort.tests
index 72df80b1f3b61d06cf8e70e80f49f2ebeb937ba3..91b282ea06349949ff8e2780601e87d061c41402 100755 (executable)
@@ -2,7 +2,7 @@
 
 # SUSv3 compliant sort tests.
 # Copyright 2005 by Rob Landley <rob@landley.net>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
 
 . ./testing.sh
 
@@ -118,7 +118,7 @@ testing "sort key doesn't strip leading blanks, disables fallback global sort" \
 "sort -n -k2 -t ' '" " a \n 1 \n 2 \n" "" " 2 \n 1 \n a \n"
 
 testing "sort file in place" \
-"strace -oZZZ sort -o input input && cat input" "\
+"sort -o input input && cat input" "\
 111
 222
 " "\