diff options
author | Martin Pool <mbp@samba.org> | 2001-12-14 05:01:48 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-12-14 05:01:48 +0000 |
commit | 514d129c494e614f3d7a0df53368479deebfecaa (patch) | |
tree | 5f98a36218fbcc9ecd4f2a858e17d23404369075 /runtests.sh | |
parent | db843fc12d4581e72669eb75a9752066c17c2977 (diff) | |
download | rsync-514d129c494e614f3d7a0df53368479deebfecaa.tar.gz rsync-514d129c494e614f3d7a0df53368479deebfecaa.tar.bz2 rsync-514d129c494e614f3d7a0df53368479deebfecaa.zip |
Make scratch directory properly.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 2 |
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" |