From 514d129c494e614f3d7a0df53368479deebfecaa Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 14 Dec 2001 05:01:48 +0000 Subject: [PATCH] Make scratch directory properly. --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1