tests/test-addremove.t
changeset 35230 feecfefeba25
parent 33340 dd050fc04cc9
child 39088 ad88726d6982
--- a/tests/test-addremove.t	Sun Dec 03 20:55:35 2017 -0800
+++ b/tests/test-addremove.t	Sat Dec 02 19:33:34 2017 -0500
@@ -31,8 +31,7 @@
   $ hg forget foo
 
   $ hg -v addremove nonexistent
-  nonexistent: The system cannot find the file specified (windows !)
-  nonexistent: No such file or directory (no-windows !)
+  nonexistent: $ENOENT$
   [1]
 
   $ cd ..
@@ -86,8 +85,7 @@
   $ rm c
 
   $ hg ci -A -m "c" nonexistent
-  nonexistent: The system cannot find the file specified (windows !)
-  nonexistent: No such file or directory (no-windows !)
+  nonexistent: $ENOENT$
   abort: failed to mark all new/missing files as added/removed
   [255]