# # # patch "lua-testsuite.lua" # from [3c0e59374e0318967367a44c32f179fd9e3d63fb] # to [8254404e53c3ad822023d7d80b059519e2694eba] # ============================================================ --- lua-testsuite.lua 3c0e59374e0318967367a44c32f179fd9e3d63fb +++ lua-testsuite.lua 8254404e53c3ad822023d7d80b059519e2694eba @@ -9,7 +9,7 @@ function safe_mtn(...) err("'mtn' environment variable not set") end end - return {monotone_path, "--ssh-sign=no", "--norc", "--root=" .. test.root, + return {monotone_path, "--norc", "--root=" .. test.root, "--confdir="..test.root, unpack(arg)} end