From 9a74eaab87578e34f4c7594336c02ce5c4cc8820 Mon Sep 17 00:00:00 2001 From: vapier Date: Sat, 1 Apr 2006 01:36:13 +0000 Subject: move source code tests out into a sep file rather than just disabling/breaking them git-svn-id: svn://busybox.net/trunk/busybox@14719 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- testsuite/busybox.tests | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/testsuite/busybox.tests b/testsuite/busybox.tests index 30d96f946..26536c656 100755 --- a/testsuite/busybox.tests +++ b/testsuite/busybox.tests @@ -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. -- cgit v1.2.3-55-g6feb