# # # patch "tests/automate_get_workspace_root/__driver__.lua" # from [437c9b81ebdc37c489d62c3652eef3016d282441] # to [4280784ab26a77bdf21f0df02e54c06cea7491e5] # ============================================================ --- tests/automate_get_workspace_root/__driver__.lua 437c9b81ebdc37c489d62c3652eef3016d282441 +++ tests/automate_get_workspace_root/__driver__.lua 4280784ab26a77bdf21f0df02e54c06cea7491e5 @@ -7,4 +7,5 @@ check(indir("foo",mtn("automate", "get_w addfile("foo/bar", "text") check(indir("foo",mtn("automate", "get_workspace_root")), 0, true, false) +canonicalize("stdout") +check(cwd .. '\n' == readfile("stdout")) -check(qgrep("^"..cwd.."$", "stdout"))