The unified diff between revisions [2df88abf..] and [818e3621..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'tests/imp_test_filesync_confdir/__driver__.lua'
#
#
# patch "tests/imp_test_filesync_confdir/__driver__.lua"
# from [4962a95b8b12e9d65c4efc64781033fed9d088d7]
# to [a0c260d405c38adf1a0db939f8b3b0549e442528]
#
============================================================
--- tests/imp_test_filesync_confdir/__driver__.lua 4962a95b8b12e9d65c4efc64781033fed9d088d7
+++ tests/imp_test_filesync_confdir/__driver__.lua a0c260d405c38adf1a0db939f8b3b0549e442528
@@ -18,8 +18,12 @@ n = 0
check(mtn("sync", "file:test2.db", "testbranch"), 0, true, false)
n = 0
+
+
+testroot_unix = string.gsub(test.root, '\\', '/')
+
for line in io.lines("checkfile") do
- check(line == test.root)
+ check(line == testroot_unix)
n = n + 1
end
check(n == 2)