- Fix failing bash completion test. - Add patch to temporarily disable a failing check in one test (rhbz#919827).
11 lines
600 B
Diff
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
|