diff -r 61ff0d7d56fd -r feecfefeba25 tests/test-addremove.t --- 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]