]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fix filenames.
authorMartin Pool <mbp@samba.org>
Fri, 5 Apr 2002 07:04:23 +0000 (07:04 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 5 Apr 2002 07:04:23 +0000 (07:04 +0000)
testsuite/unsafe-links.test

index cdf408969697c1761f1f292c34761af947a7ea72..edf4b5fa8545b9577156c9d3e0ef021c6db64982 100644 (file)
@@ -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"