diff options
author | Denys Vlasenko | 2010-05-11 04:32:04 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-05-11 04:32:04 +0200 |
commit | c0211e907ba0db44adab2c210caa284e49241ba5 (patch) | |
tree | c89d73c3e3664bf3aad27ff72adbdab446fe41a7 /testsuite/busybox.tests | |
parent | bfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (diff) | |
download | busybox-c0211e907ba0db44adab2c210caa284e49241ba5.zip busybox-c0211e907ba0db44adab2c210caa284e49241ba5.tar.gz |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/busybox.tests')
-rwxr-xr-x | testsuite/busybox.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/busybox.tests b/testsuite/busybox.tests index 18ac36f..0c74053 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" "" "" |