Regarding 11330: when you fix a bug that the testsuite doesn't catch, add

a test case to the test suite.
This commit is contained in:
Rob Landley 2005-09-05 16:27:19 +00:00
parent d0c41a8519
commit f6acb660ea

View File

@ -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: