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 cdf4089..edf4b5f 100644 (file)
@@ -15,9 +15,9 @@ test_regular() {
 };
 
 test_copy() {
 };
 
 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"
 }
 
 cd "$TMP"