X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4b24f4a2b5f400047d58d2c815dce627bfc58413..d15f2ff0cf372be49d57b1d7884557ddbe1a4d9c:/runtests.sh?ds=sidebyside diff --git a/runtests.sh b/runtests.sh index 62675770..286f0c5d 100755 --- a/runtests.sh +++ b/runtests.sh @@ -226,6 +226,7 @@ prep_scratch() { # Get rid of default ACLs and dir-setgid to avoid confusing some tests. $setfacl_nodef "$scratchdir" || true chmod g-s "$scratchdir" + ln -s "$srcdir" "$scratchdir/src" return 0 }