summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-10-09 11:42:32 +0200
committerAndreas Gruenbacher <agruen@linbit.com>2011-10-11 03:31:57 +0200
commit4e595c3b6de267bfe770c218bb38c116a3d7d59f (patch)
treeb07c94225acebd5036ec9812bf0d8d04d8367aa3 /tests/Makefile.am
parent46ad06707c71e3bbfc34e5f098745ef5bec3968b (diff)
downloadpatch-4e595c3b6de267bfe770c218bb38c116a3d7d59f.tar.gz
give a diagnostic rather than a failed assertion for a mangled patch
* src/pch.c (another_hunk): Rather than asserting(C), issue the "replacement text or line numbers mangled ..." diagnostic when !C. * tests/mangled-numbers-abort: New test for the above. * tests/Makefile.am (TESTS): Add it. * NEWS: Mention it. Reported by Gabriel Vlasiu via Tim Waugh. See also http://bugzilla.redhat.com/738959
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index de8862c..f29d68e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -36,6 +36,7 @@ TESTS = \
inname \
line-numbers \
merge \
+ mangled-numbers-abort \
munged-context-format \
need-filename \
no-newline-triggers-assert \