diff --git a/runtests.sh b/runtests.sh index afa66f44..522b096d 100755 --- a/runtests.sh +++ b/runtests.sh @@ -160,7 +160,7 @@ missing=0 passed=0 failed=0 -scratchdir="`cd ./testtmp && pwd`" +scratchdir="`pwd`"/testtmp echo " scratchdir=$scratchdir" suitedir="$srcdir/testsuite"