summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-16 12:54:11 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-16 12:54:11 +0100
commit1c1a95aa2d220dc8fb067fe93795a9a31043a98e (patch)
tree0679bb3ee521c85a0e6bac355806f9dffe7abb98 /tests
parentc3db904b1de5630bd90655563f341d22e22986bc (diff)
quilt fixup: Check we can delete files with funny modes
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to '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