test-hook.t: remove prelistkeys.forbid hook before moving on
authorSiddharth Agarwal <sid0@fb.com>
Fri, 29 Mar 2013 19:52:02 -0700
changeset 18850 442c0cb8287a
parent 18849 b4ddc43ddf9d
child 18851 a60963c02f92
test-hook.t: remove prelistkeys.forbid hook before moving on An upcoming patch will change the order of operations and perform a listkeys before a changegroup fetch. This will cause a few tests to print out the wrong error message.
tests/test-hook.t
--- a/tests/test-hook.t	Fri Mar 29 18:28:59 2013 -0700
+++ b/tests/test-hook.t	Fri Mar 29 19:52:02 2013 -0700
@@ -232,6 +232,7 @@
   abort: prelistkeys hook exited with status 1
   [255]
   $ cd ../a
+  $ rm .hg/hgrc
 
 prechangegroup hook can prevent incoming changes