# # # patch "tests/wrong_options_override_workspace_options/__driver__.lua" # from [949a6e38cd83c5f621bfb9e474fb07fff28ab04e] # to [f6d7575a0211c8a27e5063fb90bae15203698f41] # ============================================================ --- tests/wrong_options_override_workspace_options/__driver__.lua 949a6e38cd83c5f621bfb9e474fb07fff28ab04e +++ tests/wrong_options_override_workspace_options/__driver__.lua f6d7575a0211c8a27e5063fb90bae15203698f41 @@ -14,10 +14,7 @@ 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"), 0, false, false) +check(mtn_ws_opts("status", "-d", "baz"), 1, false, false) -- this should succeed if the original database is still set check(mtn_ws_opts("commit", "-m", "test"), 0, false, false)