fix testing of busybox "applet" itself
[oweals/busybox.git] / testsuite / busybox.tests
index 7c44b1ed6a3135d96f51e79110abe692cf2c9b2f..6eeb3251da2448008d503f602f717b5fa63a6c94 100755 (executable)
@@ -6,12 +6,12 @@
 
 . ./testing.sh
 
-HELPDUMP=`busybox`
+HELPDUMP=`true | busybox 2>&1 | cat`
 
 # We need to test under calling the binary under other names.
 
 
-testing "busybox --help busybox" "busybox --help busybox" "$HELPDUMP\n\n" "" ""
+testing "busybox --help busybox" "true | busybox --help busybox 2>&1 | cat" "$HELPDUMP\n\n" "" ""
 
 ln -s `which busybox` busybox-suffix
 for i in busybox ./busybox-suffix
@@ -28,8 +28,8 @@ do
 
        optional CAT
        testing "" "$i cat" "moo" "" "moo"
-       testing "$i --help cat" "$i --help cat 2>&1 | grep prints" \
-               "Concatenates FILE(s) and prints them to stdout.\n" "" ""
+       testing "$i --help cat" "$i --help cat 2>&1 | grep print" \
+               "Concatenate FILEs and print them to stdout\n" "" ""
        optional ""
 
        testing "$i --help unknown" "$i --help unknown 2>&1" \