diff options
author | Rob Landley <rob@landley.net> | 2005-09-05 16:27:19 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-09-05 16:27:19 +0000 |
commit | f6acb660eaf5e1a6bfbcedb871d1f7d9ba4b8db4 (patch) | |
tree | f970b692bc80ad37cf89c9c4a391993565778845 /testsuite/busybox.tests | |
parent | d0c41a851997c62c1ad24e76114f7007ff689d48 (diff) | |
download | busybox-w32-f6acb660eaf5e1a6bfbcedb871d1f7d9ba4b8db4.tar.gz busybox-w32-f6acb660eaf5e1a6bfbcedb871d1f7d9ba4b8db4.tar.bz2 busybox-w32-f6acb660eaf5e1a6bfbcedb871d1f7d9ba4b8db4.zip |
Regarding 11330: when you fix a bug that the testsuite doesn't catch, add
a test case to the test suite.
Diffstat (limited to 'testsuite/busybox.tests')
-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: |