aboutsummaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-12-14 05:01:48 +0000
committerMartin Pool <mbp@samba.org>2001-12-14 05:01:48 +0000
commit514d129c494e614f3d7a0df53368479deebfecaa (patch)
tree5f98a36218fbcc9ecd4f2a858e17d23404369075 /runtests.sh
parentdb843fc12d4581e72669eb75a9752066c17c2977 (diff)
downloadandroid_external_rsync-514d129c494e614f3d7a0df53368479deebfecaa.tar.gz
android_external_rsync-514d129c494e614f3d7a0df53368479deebfecaa.tar.bz2
android_external_rsync-514d129c494e614f3d7a0df53368479deebfecaa.zip
Make scratch directory properly.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
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"