move source code tests out into a sep file rather than just disabling/breaking them
authorMike Frysinger <vapier@gentoo.org>
Sat, 1 Apr 2006 01:36:13 +0000 (01:36 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 1 Apr 2006 01:36:13 +0000 (01:36 -0000)
testsuite/busybox.tests

index 30d96f946664e34b34ca26101226ca47e03b2366..26536c656e3c0500d0e77d7afa4f260f37829ac1 100755 (executable)
@@ -6,18 +6,6 @@
 
 . testing.sh
 
-# verify the applet order is correct in applets.h, otherwise applets won't
-# be called properly.
-#sed -n -e '/^USE_^\tAPPLET/{s:.*(::;s:,.*::;s:"::g;p}' 
-#      ../include/applets.h > applet.order1
-#LC_ALL=C sort applet.order.current > applet.order.correct
-#diff -u applet.order.current applet.order.correct
-#FAILCOUNT=$[$FAILCOUNT+$?]
-#rm -f applet.order.current applet.order.correct
-
-
-
-
 HELPDUMP=`busybox`
 
 # We need to test under calling the binary under other names.