aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-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
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