summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/tests/unrepresentable10
1 files 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