# # # patch "tests/wrong_options_override_workspace_options/__driver__.lua" # from [9779f7996358a9675c285e02f4c1769ca9ea5227] # to [6bd1d298ba121fa6924531d6959cc03c272bb14f] # ============================================================ --- tests/wrong_options_override_workspace_options/__driver__.lua 9779f7996358a9675c285e02f4c1769ca9ea5227 +++ tests/wrong_options_override_workspace_options/__driver__.lua 6bd1d298ba121fa6924531d6959cc03c272bb14f @@ -14,9 +14,6 @@ check(mtn_ws_opts("add", "."), 0, false, check(mtn_ws_opts("add", "."), 0, false, false) -- try to check the status and supply a non-existing database argument --- FIXME: this silently succeeds in a newly created workspace and should --- fail as soon as there is at least one ancestor, but this is another --- cup of tea check(mtn_ws_opts("status", "-d", "baz"), 1, false, false) -- this should succeed if the original database is still set