The testsuite/links directory wasn't being created.

This commit is contained in:
Rob Landley
2005-09-20 14:09:57 +00:00
parent 7fe6520e75
commit 90252bb4c9
2 changed files with 3 additions and 2 deletions

View File

@@ -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