--- 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