Make scratch directory properly.
authorMartin Pool <mbp@samba.org>
Fri, 14 Dec 2001 05:01:48 +0000 (05:01 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 14 Dec 2001 05:01:48 +0000 (05:01 +0000)
runtests.sh

index afa66f4..522b096 100755 (executable)
@@ -160,7 +160,7 @@ missing=0
 passed=0
 failed=0
 
-scratchdir="`cd ./testtmp && pwd`"
+scratchdir="`pwd`"/testtmp
 echo "    scratchdir=$scratchdir"
 
 suitedir="$srcdir/testsuite"