Make scratch directory properly.

This commit is contained in:
Martin Pool
2001-12-14 05:01:48 +00:00
parent db843fc12d
commit 514d129c49

View File

@@ -160,7 +160,7 @@ missing=0
passed=0
failed=0
scratchdir="`cd ./testtmp && pwd`"
scratchdir="`pwd`"/testtmp
echo " scratchdir=$scratchdir"
suitedir="$srcdir/testsuite"