]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Add an "unsafe" symlink to the symlink test case so we can see what happens.
authorMartin Pool <mbp@samba.org>
Tue, 18 Dec 2001 06:26:26 +0000 (06:26 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 18 Dec 2001 06:26:26 +0000 (06:26 +0000)
testsuite/rsync.fns

index cc179bb03eda7e0e58a121efb76c19929714b526..c321dd3d9660ace9dd8f85d47a0917663d296db5 100644 (file)
@@ -218,6 +218,7 @@ build_symlinks() {
     ln -s referent "$fromdir/relative"
     ln -s "$fromdir/referent" "$fromdir/absolute"
     ln -s nonexistent "$fromdir/dangling"
+    ln -s "$srcdir/rsync.c" "$fromdir/unsafe"
 }
 
 test_fail() {