From: Martin Pool Date: Tue, 18 Dec 2001 06:26:26 +0000 (+0000) Subject: Add an "unsafe" symlink to the symlink test case so we can see what happens. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1db8b61de7fd31b9c7b02918e6c194255979f030 Add an "unsafe" symlink to the symlink test case so we can see what happens. --- diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index cc179bb0..c321dd3d 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -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() {