changeset 1120:55a533fa5039 draft

Remove leftover debris from scripts/test.sh that screws up single tests with single.sh.
author Rob Landley <rob@landley.net>
date Thu, 14 Nov 2013 00:18:13 -0600
parents 36a3a6f55154
children 977f0a4dc562
files scripts/test.sh
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/test.sh	Sun Nov 10 18:38:43 2013 -0600
+++ b/scripts/test.sh	Thu Nov 14 00:18:13 2013 -0600
@@ -25,7 +25,6 @@
 then
   for i in "$@"
   do
-    ln -sf toybox $i
     . "$TOPDIR"/scripts/test/$i.test
   done
 else