don't out \r to syslog
[oweals/busybox.git] / testsuite / busybox.tests
index ba422a40c42b4f6c8118efd4c6cb5eeb7ed1178a..7595d061fdeaea9414b8c18a1842db6027745a78 100755 (executable)
@@ -7,6 +7,9 @@
 if [ ${#COMMAND} -eq 0 ]; then COMMAND=busybox; fi
 . testing.sh
 
+# Depends on nothing
+_BB_CONFIG_DEP=""
+
 # We'll assume "cat" is built in, because we need some other command to test.
 
 HELPDUMP=`$COMMAND`
@@ -17,6 +20,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: