diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2010-05-04 00:00:51 +0200 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2010-05-04 00:02:03 +0200 |
commit | 4e1404fe82afab295e8db71b4ffce6883ad16952 (patch) | |
tree | e5fc7cf184a7138d3152703fdb7c08f1d552a198 /tests | |
parent | 8462be2ed0b3fd0079854fdfb1664a16ec6d3403 (diff) | |
download | patch-4e1404fe82afab295e8db71b4ffce6883ad16952.tar.gz |
Allow to create and delete empty files
* src/pch.c (maybe_reverse): Allow to create and delete empty files.
(sha1_says_nonexistent): New function for recognizing the sha1
checksums of nonexistent and empty files.
(skip_hex_digits): New helper function for skipping [0-9a-z].
(intuit_diff_type): Parse the sha1 checksums in index lines.
* tests/Makefile.am (XFAIL_TESTS): Remove empty-files.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3b25bbb..bbf9d6a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -48,7 +48,6 @@ TESTS = \ XFAIL_TESTS = \ dash-o-append \ - empty-files \ remember-backup-files-2 EXTRA_DIST = \ |