Remove leftover debris from scripts/test.sh that screws up single tests with single.sh.
authorRob Landley <rob@landley.net>
Thu, 14 Nov 2013 06:18:13 +0000 (00:18 -0600)
committerRob Landley <rob@landley.net>
Thu, 14 Nov 2013 06:18:13 +0000 (00:18 -0600)
scripts/test.sh

index 48a5bf3..160f24f 100755 (executable)
@@ -25,7 +25,6 @@ if [ $# -ne 0 ]
 then
   for i in "$@"
   do
-    ln -sf toybox $i
     . "$TOPDIR"/scripts/test/$i.test
   done
 else