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