diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-01 01:36:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-01 01:36:13 +0000 |
commit | 5dd1236f494b5ceb46c4703f80efc27193be9500 (patch) | |
tree | ebb00617c7fc36b6e9576bc89ce3f3b0330df25f /testsuite | |
parent | 81834531aac372367480b8f4d7845d36b77854f2 (diff) | |
download | busybox-5dd1236f494b5ceb46c4703f80efc27193be9500.tar.gz |
move source code tests out into a sep file rather than just disabling/breaking them
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/busybox.tests | 12 |
1 files changed, 0 insertions, 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. |