From c0211e907ba0db44adab2c210caa284e49241ba5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 11 May 2010 04:32:04 +0200 Subject: randomtest fixes Signed-off-by: Denys Vlasenko --- testsuite/busybox.tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/busybox.tests') 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" "" "" -- cgit v1.2.3