X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fc63847406c5e99669ce11047d6cc01b837b57ae..7462c6ac39d86cb8252ec47246569e3ddda35b6a:/testsuite/unsafe-links.test diff --git a/testsuite/unsafe-links.test b/testsuite/unsafe-links.test index a1e197bf..058269ef 100644 --- a/testsuite/unsafe-links.test +++ b/testsuite/unsafe-links.test @@ -2,7 +2,7 @@ # Originally by VladimĂ­r Michl -. $srcdir/testsuite/rsync.fns +. "$suitedir/rsync.fns" test_symlink() { is_a_link "$1" || test_fail "File $1 is not a symlink" @@ -14,7 +14,7 @@ test_regular() { fi; }; -cd "$TMP" +cd "$tmpdir" mkdir from @@ -32,8 +32,6 @@ ln -s ../files/file1 "from/safe/links/" ln -s ../files/file2 "from/safe/links/" ln -s ../../unsafe/unsafefile "from/safe/links/" -set -x - echo "rsync with relative path and just -a"; $RSYNC -avv from/safe/ to test_symlink to/links/file1