# HG changeset patch # User Adrian Buehlmann # Date 2012-06-19 17:28:55 # Node ID e0d9a3bfe406e8d80c0b305c067c18ecbf416f41 # Parent 5d05385994285d8be823fc18eb3481bf27731b5d test-static-http: partially adapt for Windows diff --git a/tests/test-static-http.t b/tests/test-static-http.t --- a/tests/test-static-http.t +++ b/tests/test-static-http.t @@ -1,8 +1,14 @@ $ "$TESTDIR/hghave" serve || exit 80 +#if windows + $ hg clone http://localhost:$HGPORT/ copy + abort: * (glob) + [255] +#else $ hg clone http://localhost:$HGPORT/ copy abort: error: Connection refused [255] +#endif $ test -d copy [1]