From 773c9a551dbe9ce607aff28c8193d9aae0be88af Mon Sep 17 00:00:00 2001 From: Matt Harbison Date: Sat, 14 Oct 2017 00:20:59 -0400 Subject: [PATCH] test-extdata: conditonalize error message for Windows --- tests/test-extdata.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-extdata.t b/tests/test-extdata.t index 94c62cdbe5..d570a66760 100644 --- a/tests/test-extdata.t +++ b/tests/test-extdata.t @@ -88,7 +88,8 @@ we don't fix up relative file URLs, but we do run shell commands in repo root $ mkdir sub $ cd sub $ hg log -qr "extdata(filedata)" - abort: error: No such file or directory + abort: error: The system cannot find the file specified (windows !) + abort: error: No such file or directory (no-windows !) [255] $ hg log -qr "extdata(shelldata)" 2:f6ed99a58333