diff -r 891aaa7c0c70 -r 83bbedc16b3f tests/test-addremove.t --- a/tests/test-addremove.t Sun Nov 09 19:57:02 2014 -0500 +++ b/tests/test-addremove.t Wed Nov 26 14:27:36 2014 -0500 @@ -22,6 +22,16 @@ $ hg forget foo $ hg -v addremove adding foo + $ hg forget foo +#if windows + $ hg -v addremove nonexistant + nonexistant: The system cannot find the file specified + [1] +#else + $ hg -v addremove nonexistant + nonexistant: No such file or directory + [1] +#endif $ cd .. $ hg init subdir