On Thu, 03 Jun 2010 13:03:55 +0200 Thomas Keller wrote:

> > 2) The openBSD one currently fails 5 tests:
> > 200 diff_patch_drop                              FAIL (line 29)
> 
> Apparently the BSD version of patch does not drop files - can we make a
> guard for that in the test?

OpenBSD (4.7-current at least) should drop files if -E parameter is used:
     -E, --remove-empty-files
             Causes patch to remove output files that are empty after the
             patches have been applied.  This option is useful when applying
             patches that create or remove files.

GNU patch (tested on Debian) should support -E also.

-- 
Tero Koskinen <tero.koski...@iki.fi>

_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to