# # # patch "tests/branch_leaves_sync_bug/__driver__.lua" # from [17b7a2b625a52f0f1e4315c99fb747c4657855e8] # to [c7e9f31992e04433708c88079db0369317958ab3] # ============================================================ --- tests/branch_leaves_sync_bug/__driver__.lua 17b7a2b625a52f0f1e4315c99fb747c4657855e8 +++ tests/branch_leaves_sync_bug/__driver__.lua c7e9f31992e04433708c88079db0369317958ab3 @@ -12,8 +12,10 @@ skip_if(ostype == "Windows") -- server for this test. skip_if(ostype == "Windows") +check(getstd("test_hooks.lua")) + function abe_mtn(...) - return raw_mtn("--rcfile", test.root .. "/min_hooks.lua", + return raw_mtn("--rcfile", test.root .. "/test_hooks.lua", "--db=" .. test.root .. "/abe.db", "--keydir", test.root .. "/keys", "address@hidden", @@ -21,7 +23,7 @@ function beth_mtn(...) end function beth_mtn(...) - return raw_mtn("--rcfile", test.root .. "/min_hooks.lua", + return raw_mtn("--rcfile", test.root .. "/test_hooks.lua", "--db=" .. test.root .. "/beth.db", "--keydir", test.root .. "/keys", "address@hidden",