# # # patch "tests/two_parent_workspace_list/__driver__.lua" # from [65c50373573076490512bf8852e35bb671f34ff7] # to [8ae0ac00fffbe0bcb0b68b86dde6650f0c2a1824] # ============================================================ --- tests/two_parent_workspace_list/__driver__.lua 65c50373573076490512bf8852e35bb671f34ff7 +++ tests/two_parent_workspace_list/__driver__.lua 8ae0ac00fffbe0bcb0b68b86dde6650f0c2a1824 @@ -31,7 +31,7 @@ check(mtn("ls", "ignored"), 0, "keys\nte -- subdirectory for the workspace (and therefore to keep it cleaner) -- or to ignore them all properly, this will have to change. check(mtn("ls", "ignored"), 0, "keys\ntest.db\ntest_hooks.lua\nts-stderr\nts-stdin\nts-stdout\n", nil) -check(mtn("ls", "unknown"), 0, "_MTN.old\nmin_hooks.lua\npaths-new\npaths-old\nstderr\ntester.log\n", nil) +check(mtn("ls", "unknown"), 0, "_MTN.old\nmin_hooks.lua\npaths-new\npaths-old\nstderr\nstdout\ntester.log\n", nil) -- we do this after the other tests so it doesn't interfere with them. remove("file4")