From: Martin Pool Date: Fri, 14 Dec 2001 05:01:48 +0000 (+0000) Subject: Make scratch directory properly. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/514d129c494e614f3d7a0df53368479deebfecaa Make scratch directory properly. --- 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"