mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-13 17:35:40 -04:00
Allow someone to specify scratchbase=FOO for runtests.sh.
This commit is contained in:
@@ -238,7 +238,7 @@ failed=0
|
||||
# failure to aid investigation. We don't remove the testtmp subdir at
|
||||
# the end so that it can be configured as a symlink to a filesystem that
|
||||
# has ACLs and xattr support enabled (if desired).
|
||||
scratchbase="$TOOLDIR"/testtmp
|
||||
scratchbase="${scratchbase:-$TOOLDIR}"/testtmp
|
||||
echo " scratchbase=$scratchbase"
|
||||
[ -d "$scratchbase" ] || mkdir "$scratchbase"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user