Add an "unsafe" symlink to the symlink test case so we can see what happens.
[rsync/rsync.git] / 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 "$srcdir/rsync.c" "$fromdir/unsafe"
 }
 
 test_fail() {