diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-05 16:27:19 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-05 16:27:19 +0000 |
commit | edec5fbf97c355184566fe9109a23c2c26d6a744 (patch) | |
tree | f970b692bc80ad37cf89c9c4a391993565778845 | |
parent | a249363b4c1b26ac7e29401d42fe226e5c099d7d (diff) | |
download | busybox-w32-edec5fbf97c355184566fe9109a23c2c26d6a744.tar.gz busybox-w32-edec5fbf97c355184566fe9109a23c2c26d6a744.tar.bz2 busybox-w32-edec5fbf97c355184566fe9109a23c2c26d6a744.zip |
Regarding 11330: when you fix a bug that the testsuite doesn't catch, add
a test case to the test suite.
git-svn-id: svn://busybox.net/trunk/busybox@11336 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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: |