svn commit: trunk/busybox/testsuite

landley at busybox.net landley at busybox.net
Mon Sep 5 16:27:23 UTC 2005


Author: landley
Date: 2005-09-05 09:27:19 -0700 (Mon, 05 Sep 2005)
New Revision: 11336

Log:
Regarding 11330: when you fix a bug that the testsuite doesn't catch, add
a test case to the test suite.


Modified:
   trunk/busybox/testsuite/busybox.tests


Changeset:
Modified: trunk/busybox/testsuite/busybox.tests
===================================================================
--- trunk/busybox/testsuite/busybox.tests	2005-09-05 15:50:56 UTC (rev 11335)
+++ trunk/busybox/testsuite/busybox.tests	2005-09-05 16:27:19 UTC (rev 11336)
@@ -17,6 +17,8 @@
 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:




More information about the busybox-cvs mailing list