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 cc179bb..c321dd3 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 referent "$fromdir/relative"
     ln -s "$fromdir/referent" "$fromdir/absolute"
     ln -s nonexistent "$fromdir/dangling"
+    ln -s "$srcdir/rsync.c" "$fromdir/unsafe"
 }
 
 test_fail() {
 }
 
 test_fail() {