# # # patch "tests/two_parent_workspace_list/__driver__.lua" # from [d4da0e9696dc1a16eeaab81f20da7cee9fae3a46] # to [19d063bce48abde9cc3aaa20540a3a189f1a7371] # ============================================================ --- tests/two_parent_workspace_list/__driver__.lua d4da0e9696dc1a16eeaab81f20da7cee9fae3a46 +++ tests/two_parent_workspace_list/__driver__.lua 19d063bce48abde9cc3aaa20540a3a189f1a7371 @@ -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\ntester.log\n", nil) +check(mtn("ls", "unknown"), 0, "_MTN.old\nmin_hooks.lua\npaths\nstderr\ntester.log\n", nil) -- we do this after the other tests so it doesn't interfere with them. remove("file4")