K 10 svn:author V 6 kevans K 8 svn:date V 27 2019-09-05T15:35:57.753618Z K 7 svn:log V 383 patch(1): fix the file removal test, strengthen it a bit To remain compatible with GNU patch, we should ensure that once we're removing empty files after a reversed /dev/null patch we don't remove files that have been modified. GNU patch leaves these intact and just reverses the hunk that created the file, effectively implying --remove-empty-files for reversed /dev/null patches. END