# # # patch "tests/db_kill_rev_locally/__driver__.lua" # from [058334146603b04f82a488e49f8f715d9ba31939] # to [263eda4a85f0e5f3432c23650348a07748fef51b] # # patch "tests/db_kill_rev_locally_and_recommit/__driver__.lua" # from [8a320f4b98d02c156ec7038419e8dba28f359dfe] # to [7cef8d202d231382411754cfc197ce37f32ab49b] # ============================================================ --- tests/db_kill_rev_locally/__driver__.lua 058334146603b04f82a488e49f8f715d9ba31939 +++ tests/db_kill_rev_locally/__driver__.lua 263eda4a85f0e5f3432c23650348a07748fef51b @@ -11,6 +11,7 @@ child = base_revision() writefile("testfile", "stuff stuff") commit() child = base_revision() +check(mtn("update", "-r", ancestor), 0, false, false) -- trying to kill the ancestor. This *is supposed to fail* check(mtn("db", "kill_rev_locally", ancestor), 1, false, false) ============================================================ --- tests/db_kill_rev_locally_and_recommit/__driver__.lua 8a320f4b98d02c156ec7038419e8dba28f359dfe +++ tests/db_kill_rev_locally_and_recommit/__driver__.lua 7cef8d202d231382411754cfc197ce37f32ab49b @@ -32,6 +32,5 @@ addfile("foo/file2", "foofile2") addfile("foo/file2", "foofile2") -- this should just work -check(mtn("commit", "-m", "recommit same id")) +check(mtn("commit", "-m", "recommit same id"), 0, false, false) -