aboutsummaryrefslogtreecommitdiff
path: root/testsuite/busybox.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/busybox.tests')
-rwxr-xr-xtestsuite/busybox.tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/busybox.tests b/testsuite/busybox.tests
index 18ac36fc4..0c740530d 100755
--- a/testsuite/busybox.tests
+++ b/testsuite/busybox.tests
@@ -10,7 +10,7 @@ HELPDUMP=`true | busybox 2>&1 | cat`
10 10
11# We need to test under calling the binary under other names. 11# We need to test under calling the binary under other names.
12 12
13optional SHOW_USAGE 13optional FEATURE_VERBOSE_USAGE
14testing "busybox --help busybox" "true | busybox --help busybox 2>&1 | cat" "$HELPDUMP\n\n" "" "" 14testing "busybox --help busybox" "true | busybox --help busybox 2>&1 | cat" "$HELPDUMP\n\n" "" ""
15SKIP= 15SKIP=
16 16
@@ -27,7 +27,7 @@ do
27 27
28 testing "$i --help" "$i --help 2>&1" "$HELPDUMP\n\n" "" "" 28 testing "$i --help" "$i --help 2>&1" "$HELPDUMP\n\n" "" ""
29 29
30 optional SHOW_USAGE CAT 30 optional FEATURE_VERBOSE_USAGE CAT
31 testing "" "$i cat" "moo" "" "moo" 31 testing "" "$i cat" "moo" "" "moo"
32 testing "$i --help cat" "$i --help cat 2>&1 | grep print" \ 32 testing "$i --help cat" "$i --help cat 2>&1 | grep print" \
33 "Concatenate FILEs and print them to stdout\n" "" "" 33 "Concatenate FILEs and print them to stdout\n" "" ""