From 73431be6826351c4b3bbd50b61848693e1646749 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Jul 2017 11:50:40 +0100 Subject: test suite: Test symlink modification and deletion, not creation We are going to tolerate symlink creation, because dpkg-source can consume patches to create symlinks (even though it cannot create them). Signed-off-by: Ian Jackson --- tests/tests/unrepresentable | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable index 621829e..fa71bd3 100755 --- a/tests/tests/unrepresentable +++ b/tests/tests/unrepresentable @@ -25,9 +25,13 @@ badly-2 () { attempt } -badly-1 symlink 'not a plain file' - ln -s TARGET symlink - git add symlink +badly-1 orig-symlink 'not a plain file' + ln -sf NEWTARGET orig-symlink + git add orig-symlink +badly-2 + +badly-1 orig-symlink 'not a plain file' + git rm -f orig-symlink badly-2 start -- cgit v1.2.3