X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2f1faea89b8dcf5998fff55c2fe7f4116f4006fd..126642b6333a345f2fee0b614d0399c3c067f782:/testsuite/unsafe-links.test diff --git a/testsuite/unsafe-links.test b/testsuite/unsafe-links.test index cdf40896..edf4b5fa 100644 --- a/testsuite/unsafe-links.test +++ b/testsuite/unsafe-links.test @@ -15,9 +15,9 @@ test_regular() { }; test_copy() { - test_symlink dest/links/file1 - test_symlink dest/links/file2 - test_regular dest/links/unsafefile + test_symlink to/links/file1 + test_symlink to/links/file2 + test_regular to/links/unsafefile } cd "$TMP"