aboutsummaryrefslogtreecommitdiff
path: root/testsuite/busybox.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-11 04:32:04 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-11 04:32:04 +0200
commitc0211e907ba0db44adab2c210caa284e49241ba5 (patch)
treec89d73c3e3664bf3aad27ff72adbdab446fe41a7 /testsuite/busybox.tests
parentbfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (diff)
downloadbusybox-c0211e907ba0db44adab2c210caa284e49241ba5.tar.gz
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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`
# We need to test under calling the binary under other names.
-optional SHOW_USAGE
+optional FEATURE_VERBOSE_USAGE
testing "busybox --help busybox" "true | busybox --help busybox 2>&1 | cat" "$HELPDUMP\n\n" "" ""
SKIP=
@@ -27,7 +27,7 @@ do
testing "$i --help" "$i --help 2>&1" "$HELPDUMP\n\n" "" ""
- optional SHOW_USAGE CAT
+ optional FEATURE_VERBOSE_USAGE CAT
testing "" "$i cat" "moo" "" "moo"
testing "$i --help cat" "$i --help cat 2>&1 | grep print" \
"Concatenate FILEs and print them to stdout\n" "" ""