summaryrefslogtreecommitdiff
path: root/tests/tests/unrepresentable
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-16 11:28:50 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-16 12:47:01 +0100
commit242ba73109ae30e7d8849b01f0c668b87d4f4d63 (patch)
tree16185417a19cfde848ce8f5d03109d8c1a50f6cc /tests/tests/unrepresentable
parenta4d27ce9d75fc04b74daf8dfc93f5107c2b96778 (diff)
dgit: unrepres. changes: Tolerate deletion of executable files
We don't care what the old mode was; if we tell dpkg-source to record the deletion it can do so. But we do care that it was a file. Experimentally, dpkg-source on stretch ignores attempts to delete symlinks. The removal of the check for $newmode has no functional change, because in this context we know that $newmode is all 0s. If it wasn't, we would have been in "both old and new files exist", above. So that limb of the test will never match and should be removed. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests/unrepresentable')
-rwxr-xr-xtests/tests/unrepresentable2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable
index 206af86..80b5a05 100755
--- a/tests/tests/unrepresentable
+++ b/tests/tests/unrepresentable
@@ -30,7 +30,7 @@ badly-1 orig-symlink 'modified symlink'
git add orig-symlink
badly-2
-badly-1 orig-symlink 'non-default mode or type'
+badly-1 orig-symlink 'deletion of symlink'
git rm -f orig-symlink
badly-2