svn commit: trunk/busybox/testsuite

vapier at busybox.net vapier at busybox.net
Sat Apr 1 01:36:13 UTC 2006


Author: vapier
Date: 2006-03-31 17:36:13 -0800 (Fri, 31 Mar 2006)
New Revision: 14719

Log:
move source code tests out into a sep file rather than just disabling/breaking them

Modified:
   trunk/busybox/testsuite/busybox.tests


Changeset:
Modified: trunk/busybox/testsuite/busybox.tests
===================================================================
--- trunk/busybox/testsuite/busybox.tests	2006-04-01 01:35:52 UTC (rev 14718)
+++ trunk/busybox/testsuite/busybox.tests	2006-04-01 01:36:13 UTC (rev 14719)
@@ -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.



More information about the busybox-cvs mailing list