aboutsummaryrefslogtreecommitdiff
path: root/scripts/test.sh
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-11-14 00:18:13 -0600
committerRob Landley <rob@landley.net>2013-11-14 00:18:13 -0600
commitdcf52cbf25572b001e1b8d5f0091e5559b662b07 (patch)
tree7b56c40c99334592754da872ca817eeacb425c31 /scripts/test.sh
parent9dff9f250830f97fb033c50344ed5519fe166f05 (diff)
downloadtoybox-dcf52cbf25572b001e1b8d5f0091e5559b662b07.tar.gz
Remove leftover debris from scripts/test.sh that screws up single tests with single.sh.
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 48a5bf3b..160f24f9 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -25,7 +25,6 @@ if [ $# -ne 0 ]
then
for i in "$@"
do
- ln -sf toybox $i
. "$TOPDIR"/scripts/test/$i.test
done
else