From: Ian Jackson Date: Sun, 16 Jul 2017 10:50:40 +0000 (+0100) Subject: test suite: Test symlink modification and deletion, not creation X-Git-Tag: archive/debian/3.12~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=73431be6826351c4b3bbd50b61848693e1646749 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 --- diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable index 621829e1..fa71bd38 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