aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-01 01:36:13 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-01 01:36:13 +0000
commit9a74eaab87578e34f4c7594336c02ce5c4cc8820 (patch)
treeebb00617c7fc36b6e9576bc89ce3f3b0330df25f
parent30ecdef8d84c2d250b1e982b8ef4699fb7e51eb6 (diff)
downloadbusybox-w32-9a74eaab87578e34f4c7594336c02ce5c4cc8820.tar.gz
busybox-w32-9a74eaab87578e34f4c7594336c02ce5c4cc8820.tar.bz2
busybox-w32-9a74eaab87578e34f4c7594336c02ce5c4cc8820.zip
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
-rwxr-xr-xtestsuite/busybox.tests12
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 @@
6 6
7. testing.sh 7. testing.sh
8 8
9# verify the applet order is correct in applets.h, otherwise applets won't
10# be called properly.
11#sed -n -e '/^USE_^\tAPPLET/{s:.*(::;s:,.*::;s:"::g;p}'
12# ../include/applets.h > applet.order1
13#LC_ALL=C sort applet.order.current > applet.order.correct
14#diff -u applet.order.current applet.order.correct
15#FAILCOUNT=$[$FAILCOUNT+$?]
16#rm -f applet.order.current applet.order.correct
17
18
19
20
21HELPDUMP=`busybox` 9HELPDUMP=`busybox`
22 10
23# We need to test under calling the binary under other names. 11# We need to test under calling the binary under other names.