mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-28 16:51:49 -05:00
Make scratch directory properly.
This commit is contained in:
@@ -160,7 +160,7 @@ missing=0
|
||||
passed=0
|
||||
failed=0
|
||||
|
||||
scratchdir="`cd ./testtmp && pwd`"
|
||||
scratchdir="`pwd`"/testtmp
|
||||
echo " scratchdir=$scratchdir"
|
||||
|
||||
suitedir="$srcdir/testsuite"
|
||||
|
||||
Reference in New Issue
Block a user