monotone/monotone-1.0-fix-diff_patch_drop-test.patch
Thomas Moschny 8a72001ce8 Fix building against Boost 1.53 (FTBFS bug rhbz#914191).
- Fix failing bash completion test.
- Add patch to temporarily disable a failing check in one test (rhbz#919827).
2013-03-10 18:41:20 +01:00

11 lines
600 B
Diff

diff -up monotone-1.0/test/func/diff_patch_drop/__driver__.lua.orig monotone-1.0/test/func/diff_patch_drop/__driver__.lua
--- monotone-1.0/test/func/diff_patch_drop/__driver__.lua.orig 2011-03-26 07:41:04.000000000 +0100
+++ monotone-1.0/test/func/diff_patch_drop/__driver__.lua 2013-03-10 16:17:05.508555733 +0100
@@ -36,5 +36,6 @@ else
-- but it is a little aggressive and removes the dir too!
check({"patch", "-p0"}, 0, false, false, true)
check(not exists("dir/file"))
- check(not exists("dir"))
+ -- patch 2.7.1 does not remove the dir
+ -- check(not exists("dir"))
end