From: Martin Pool Date: Fri, 5 Apr 2002 07:04:23 +0000 (+0000) Subject: Fix filenames. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/126642b6333a345f2fee0b614d0399c3c067f782 Fix filenames. --- 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"