X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5eb8bd4962a159c52bacb65bee86f20d1075beec..a055dbdd883a3c04318e13211c3ef7942314bee7:/testsuite/chmod-temp-dir.test?ds=inline diff --git a/testsuite/chmod-temp-dir.test b/testsuite/chmod-temp-dir.test index e5e6a84f..0768f185 100644 --- a/testsuite/chmod-temp-dir.test +++ b/testsuite/chmod-temp-dir.test @@ -13,7 +13,10 @@ hands_setup -tmpdir2=/tmp +tmpdir2=$RSYNC_TEST_TMP +if [ x"$tmpdir2" = x ]; then + tmpdir2=/tmp +fi sdev=`$TOOLDIR/getfsdev $scratchdir` tdev=`$TOOLDIR/getfsdev $tmpdir2` if [ x$sdev = x$tdev ]; then