Create a symlink back to the source dir in the scratchdir of a test.

This commit is contained in:
Wayne Davison
2007-05-21 01:05:36 +00:00
parent 030820d5dc
commit c395acd804

View File

@@ -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
}