diff --git a/tests/test-merge3 b/tests/test-remove-new rename from tests/test-merge3 rename to tests/test-remove-new --- a/tests/test-merge3 +++ b/tests/test-remove-new @@ -1,5 +1,8 @@ #!/bin/sh +# test that 'hg commit' does not crash if the user removes a +# newly added file + hg init echo This is file a1 > a hg add a diff --git a/tests/test-merge3.out b/tests/test-remove-new.out rename from tests/test-merge3.out rename to tests/test-remove-new.out