summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-12-20 21:14:48 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-12-20 21:37:56 +0000
commit1f7b9876c5641666901f40888eb8a975449569c1 (patch)
tree706fdf658bdce60e51533a2ce7d004b57a674f9e /tests/tests
parent185907d9a5936f4cf280372b817e5ecbf7df0a89 (diff)
quilt fixup: Permit creation of patches which delete files
By psssing --include-removal to dpkg-source, and tolerating it when we do our quilt fixup analysis. dpkg-source has supported this since at least stretch. Closes:#848901. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/unrepresentable5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable
index 88a6972..9dd2111 100755
--- a/tests/tests/unrepresentable
+++ b/tests/tests/unrepresentable
@@ -30,9 +30,10 @@ badly-1 symlink 'not a plain file'
git add symlink
badly-2
-badly-1 src.c deleted
+start
git rm src.c
-badly-2
+ git commit -m deleted
+attempt
badly-1 src.c 'mode changed'
chmod +x src.c