# # # rename "tests/_MTN_*_handled_correctly_in_aborted_commit" # to "tests/_MTN_files_handled_correctly_in_aborted_commit" # # patch "testsuite.lua" # from [32544d62c1f438b1576810816d834daca6ec6f55] # to [53909234852e15ede6b23373bf7275e90392ecd1] # ============================================================ --- testsuite.lua 32544d62c1f438b1576810816d834daca6ec6f55 +++ testsuite.lua 53909234852e15ede6b23373bf7275e90392ecd1 @@ -519,7 +519,7 @@ table.insert(tests, "annotate_with_no_revs") table.insert(tests, "merging_(add_a,_rename_a_b)_with_(add_b)") table.insert(tests, "update_-b_foo_updates__MTN_options_correctly") -table.insert(tests, "_MTN_*_handled_correctly_in_aborted_commit") +table.insert(tests, "_MTN_files_handled_correctly_in_aborted_commit") table.insert(tests, "test_a_merge_7") table.insert(tests, "commit_writes_message_back_to__MTN_log") table.insert(tests, "log_--brief")