# # # patch "lua-testsuite.lua" # from [a3e7885971a57b528031b92fc4687ee0b4476c63] # to [60452657c3ea7dd8fd21e69928e739c666f90837] # ============================================================ --- lua-testsuite.lua a3e7885971a57b528031b92fc4687ee0b4476c63 +++ lua-testsuite.lua 60452657c3ea7dd8fd21e69928e739c666f90837 @@ -24,7 +24,7 @@ function mtn_ws_opts(...) err("'mtn' environment variable not set") end end - return {monotone_path, "--ssh-sign=no", "--norc", "--rcfile", test.root .. "/test_hooks.lua", unpack(arg)} + return {monotone_path, "--ssh-sign=no", "--no-default-confdir", "--norc", "--rcfile", test.root .. "/test_hooks.lua", unpack(arg)} end function mtn_outside_ws(...)