From edec5fbf97c355184566fe9109a23c2c26d6a744 Mon Sep 17 00:00:00 2001 From: landley Date: Mon, 5 Sep 2005 16:27:19 +0000 Subject: 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 --- testsuite/busybox.tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite') 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` ln -s `which "$COMMAND"` busybox-suffix ln -s `which "$COMMAND"` unknown +testing "busybox --help busybox" "--help busybox" "$HELPDUMP\n\n" "" "" + for i in busybox busybox-suffix do # The gratuitous "\n"s are due to a shell idiosyncrasy: -- cgit v1.2.3-55-g6feb