tests/test-hook.t
changeset 17492 973c2b0b403c
parent 17298 59c14bf5a48c
child 17508 57fb8c9509f4
--- a/tests/test-hook.t	Fri Aug 17 13:58:18 2012 -0700
+++ b/tests/test-hook.t	Fri Aug 17 13:58:18 2012 -0700
@@ -529,12 +529,12 @@
   [1]
 
   $ echo '[hooks]' > .hg/hgrc
-  $ echo "update.ne = python:`pwd`/nonexisting.py:testhook" >> .hg/hgrc
+  $ echo "update.ne = python:`pwd`/nonexistent.py:testhook" >> .hg/hgrc
   $ echo "pre-identify.npmd = python:`pwd`/:no_python_module_dir" >> .hg/hgrc
 
   $ hg up null
   loading update.ne hook failed:
-  abort: No such file or directory: $TESTTMP/d/repo/nonexisting.py
+  abort: No such file or directory: $TESTTMP/d/repo/nonexistent.py
   [255]
 
   $ hg id