chiark / gitweb /
quilt fixup: Check we can delete files with funny modes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Jul 2017 11:54:11 +0000 (12:54 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Jul 2017 11:54:11 +0000 (12:54 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
tests/tests/unrepresentable

index aaaee20fd82c27f3003e8813d1327574ac6fa4ab..91c3dafae76f9810c4c8203695bdf2be99534b2a 100644 (file)
@@ -22,6 +22,7 @@ dgit (3.12~) unstable; urgency=medium
   * t-report-fail: print $PWD as part of failure message.
   * import-dsc: Test missing files, particularly in ..
   * run git gc on tests/worktrees/example_1.0.tar.
+  * quilt fixup: Check we can delete files with funny modes
 
  --
 
index 89df7199ff6af582f03b8b6d197ef5edd4554db4..b2de45289396b2108ff978d5cf8898ef231266f4 100755 (executable)
@@ -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