diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 04:32:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 04:32:04 +0200 |
commit | c0211e907ba0db44adab2c210caa284e49241ba5 (patch) | |
tree | c89d73c3e3664bf3aad27ff72adbdab446fe41a7 /testsuite/busybox.tests | |
parent | bfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (diff) | |
download | busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.tar.gz busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.tar.bz2 busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.zip |
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 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 | ||
13 | optional SHOW_USAGE | 13 | optional FEATURE_VERBOSE_USAGE |
14 | testing "busybox --help busybox" "true | busybox --help busybox 2>&1 | cat" "$HELPDUMP\n\n" "" "" | 14 | testing "busybox --help busybox" "true | busybox --help busybox 2>&1 | cat" "$HELPDUMP\n\n" "" "" |
15 | SKIP= | 15 | SKIP= |
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" "" "" |