aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/runtest')
-rwxr-xr-xtestsuite/runtest1
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
applet=`echo "$applet" | sed -n 's/\.tests$//p'`
if [ ${#applet} != 0 ]
then
+ mkdir links 2>/dev/null
rm -f links/"$applet"
ln -s ../../busybox links/"$applet"
PATH=links:$PATH ./"$applet".tests