tests/test-commit-amend.t
changeset 42399 64ed405dd342
parent 42398 060ff3396589
child 42494 abd4783db5a7
--- a/tests/test-commit-amend.t	Thu May 30 14:14:52 2019 -0700
+++ b/tests/test-commit-amend.t	Thu May 30 13:57:34 2019 -0700
@@ -943,17 +943,7 @@
 (We need a file change here since we won't have a message change)
   $ cp foo foo.orig
   $ echo hi >> foo
-FIXME: This shouldn't start the editor.
   $ HGEDITOR=cat hg commit --amend --no-edit
-  editor should be suppressed
-  
-  
-  HG: Enter commit message.  Lines beginning with 'HG:' are removed.
-  HG: Leave message empty to abort commit.
-  HG: --
-  HG: user: test
-  HG: branch 'silliness'
-  HG: added foo
   $ hg parents --template "{desc}\n"
   editor should be suppressed
   $ hg status -mar