diff options
| author | Rob Landley <rob@landley.net> | 2013-11-14 00:18:13 -0600 | 
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2013-11-14 00:18:13 -0600 | 
| commit | dcf52cbf25572b001e1b8d5f0091e5559b662b07 (patch) | |
| tree | 7b56c40c99334592754da872ca817eeacb425c31 | |
| parent | 9dff9f250830f97fb033c50344ed5519fe166f05 (diff) | |
| download | toybox-dcf52cbf25572b001e1b8d5f0091e5559b662b07.tar.gz | |
Remove leftover debris from scripts/test.sh that screws up single tests with single.sh.
| -rwxr-xr-x | scripts/test.sh | 1 | 
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 | 
