summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/unrepresentable6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable
index 89df719..b2de452 100755
--- a/tests/tests/unrepresentable
+++ b/tests/tests/unrepresentable
@@ -39,6 +39,12 @@ start
git commit -m deleted
attempt
+start
+ git rm orig-exec
+ git rm -f orig-unwriteable
+ git commit -m 'deleted funny'
+attempt
+
badly-1 src.c 'mode or type changed'
chmod +x src.c
git add src.c