tests/test-flagprocessor.t
branchstable
changeset 33614 41081364addb
parent 32724 ea1c2eb7abd3
child 33615 c6146dd10072
--- a/tests/test-flagprocessor.t	Tue Aug 01 01:27:32 2017 +0900
+++ b/tests/test-flagprocessor.t	Mon Jul 31 16:40:31 2017 -0700
@@ -152,6 +152,8 @@
   $ hg commit -Aqm 'fail+base64+gzip+noop'
   abort: missing processor for flag '0x1'!
   [255]
+  $ hg forget fail-base64-gzip-noop
+  $ rm fail-base64-gzip-noop
 
 # TEST: ensure we cannot register several flag processors on the same flag
   $ cat >> .hg/hgrc << EOF
@@ -162,8 +164,6 @@
   $ echo 'this should fail' > file
   $ hg commit -Aqm 'add file'
   *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'.
-  abort: missing processor for flag '0x1'!
-  [255]
 
   $ cd ..