From 1db8b61de7fd31b9c7b02918e6c194255979f030 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 18 Dec 2001 06:26:26 +0000 Subject: [PATCH] Add an "unsafe" symlink to the symlink test case so we can see what happens. --- testsuite/rsync.fns | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.34.1