diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-12-23 00:15:30 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-12-23 00:15:30 +0100 |
commit | e2218ace733e2a1ddc8a41dc62dce96cce956a8c (patch) | |
tree | b8096569d8bdab9546064a7af5f64547e25de2ca /Makefile.in | |
parent | 84f303c1ef88b863262262b1e3378cfd6a8a9864 (diff) | |
download | patch-e2218ace733e2a1ddc8a41dc62dce96cce956a8c.tar.gz |
* src/pch.c (intuit_diff_type): Fix regression introduced after patch
2.5.9: when none of the filenames in the old, new, and index headers
exists, patch chose the wrong filename (bug 28367).
(maybe_reverse): Return if the patch looks reversed, not if this
function toggled the reverse flag.
* tests/filename-choice: New test case.
* Makefile.in (TESTS): Add test case.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2c5fb95..04a72ce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -197,6 +197,7 @@ TESTS = \ tests/corrupt-reject-files \ tests/create-delete \ tests/crlf-handling \ + tests/filename-choice \ tests/global-reject-files \ tests/inname \ tests/line-numbers \ |