diff options
author | Rob Landley <rob@landley.net> | 2005-09-20 14:09:57 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-09-20 14:09:57 +0000 |
commit | 90252bb4c9bedcd25317baf60a26906834638656 (patch) | |
tree | 40d2cef71b33ce33551a27387ddfbe0e9aca3a29 /testsuite | |
parent | 7fe6520e75ca0a0765e3efc9b6468a39bcdc7d48 (diff) | |
download | busybox-w32-90252bb4c9bedcd25317baf60a26906834638656.tar.gz busybox-w32-90252bb4c9bedcd25317baf60a26906834638656.tar.bz2 busybox-w32-90252bb4c9bedcd25317baf60a26906834638656.zip |
The testsuite/links directory wasn't being created.
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/runtest b/testsuite/runtest index 6a0dc9d3e..6e43fce8e 100755 --- a/testsuite/runtest +++ b/testsuite/runtest | |||
@@ -100,6 +100,7 @@ for applet in $applets; do | |||
100 | applet=`echo "$applet" | sed -n 's/\.tests$//p'` | 100 | applet=`echo "$applet" | sed -n 's/\.tests$//p'` |
101 | if [ ${#applet} != 0 ] | 101 | if [ ${#applet} != 0 ] |
102 | then | 102 | then |
103 | mkdir links 2>/dev/null | ||
103 | rm -f links/"$applet" | 104 | rm -f links/"$applet" |
104 | ln -s ../../busybox links/"$applet" | 105 | ln -s ../../busybox links/"$applet" |
105 | PATH=links:$PATH ./"$applet".tests | 106 | PATH=links:$PATH ./"$applet".tests |