summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-05-22 00:47:05 +0200
committerGuillem Jover <guillem@debian.org>2014-06-05 20:56:44 +0200
commitbb2fe22738675a5a92d65aad03efcc73efd3a368 (patch)
treefb97246985a4665eb159aec4f0749655596071ce /scripts/Makefile.am
parent5348cbc981a65c3c9b05bb4d13553bda930c2d78 (diff)
downloaddpkg-bb2fe22738675a5a92d65aad03efcc73efd3a368.tar.gz
scripts: Add test case for patch disabling hunks
This does not pose any security issue, as the hunk parser is strict, and will reject a patch if it considers that the hunk marker is not present.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 8830106ac..1bcdac2fb 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -257,6 +257,7 @@ test_data = \
t/Dpkg_Shlibs/objdump.dbd-pg \
t/Dpkg_Shlibs/objdump.ls \
t/Dpkg_Source_Patch/c-style.patch \
+ t/Dpkg_Source_Patch/ghost-hunk.patch \
t/Dpkg_Source_Patch/index-+++.patch \
t/Dpkg_Source_Patch/index-alone.patch \
t/Dpkg_Source_Patch/index-inert.patch \