diff options
-rwxr-xr-x | testsuite/busybox.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/busybox.tests b/testsuite/busybox.tests index ba422a40c..91dbc797e 100755 --- a/testsuite/busybox.tests +++ b/testsuite/busybox.tests | |||
@@ -17,6 +17,8 @@ HELPDUMP=`$COMMAND` | |||
17 | ln -s `which "$COMMAND"` busybox-suffix | 17 | ln -s `which "$COMMAND"` busybox-suffix |
18 | ln -s `which "$COMMAND"` unknown | 18 | ln -s `which "$COMMAND"` unknown |
19 | 19 | ||
20 | testing "busybox --help busybox" "--help busybox" "$HELPDUMP\n\n" "" "" | ||
21 | |||
20 | for i in busybox busybox-suffix | 22 | for i in busybox busybox-suffix |
21 | do | 23 | do |
22 | # The gratuitous "\n"s are due to a shell idiosyncrasy: | 24 | # The gratuitous "\n"s are due to a shell idiosyncrasy: |