# HG changeset patch # User Matt Harbison # Date 1534902224 14400 # Node ID aec7109aeb397c744e8f934567f577cc7f04dba9 # Parent 57d4754e44b800f90c19d69db86259568e4658ed test-fastannotate: fix trivial output differences on Windows diff -r 57d4754e44b8 -r aec7109aeb39 tests/test-fastannotate-hg.t --- a/tests/test-fastannotate-hg.t Tue Aug 21 21:29:10 2018 -0400 +++ b/tests/test-fastannotate-hg.t Tue Aug 21 21:43:44 2018 -0400 @@ -594,28 +594,18 @@ annotate missing file $ rm baz -#if windows $ hg annotate -ncr "wdir()" baz - abort: $TESTTMP\repo\baz: The system cannot find the file specified + abort: $TESTTMP/repo/baz: $ENOENT$ (windows !) + abort: $ENOENT$: $TESTTMP/repo/baz (no-windows !) [255] -#else - $ hg annotate -ncr "wdir()" baz - abort: $ENOENT$: $TESTTMP/repo/baz - [255] -#endif annotate removed file $ hg rm baz -#if windows $ hg annotate -ncr "wdir()" baz - abort: $TESTTMP\repo\baz: The system cannot find the file specified + abort: $TESTTMP/repo/baz: $ENOENT$ (windows !) + abort: $ENOENT$: $TESTTMP/repo/baz (no-windows !) [255] -#else - $ hg annotate -ncr "wdir()" baz - abort: $ENOENT$: $TESTTMP/repo/baz - [255] -#endif Test annotate with whitespace options