# # # patch "testsuite.lua" # from [1183535151a47e49dcbdda6693a3dcf2d9d24876] # to [468554c427354f1b781a7146cfa78b242afa4ddd] # ============================================================ --- testsuite.lua 1183535151a47e49dcbdda6693a3dcf2d9d24876 +++ testsuite.lua 468554c427354f1b781a7146cfa78b242afa4ddd @@ -81,7 +81,7 @@ function safe_mtn(...) function safe_mtn(...) - return {monotone_path, "--debug", "--norc", "--root=" .. test.root, + return {monotone_path, "--norc", "--root=" .. test.root, "--confdir="..test.root, unpack(arg)} end