# HG changeset patch # User Adrian Buehlmann # Date 1340126935 -7200 # Node ID e0d9a3bfe406e8d80c0b305c067c18ecbf416f41 # Parent 5d05385994285d8be823fc18eb3481bf27731b5d test-static-http: partially adapt for Windows diff -r 5d0538599428 -r e0d9a3bfe406 tests/test-static-http.t --- a/tests/test-static-http.t Tue Jun 19 17:05:04 2012 +0200 +++ b/tests/test-static-http.t Tue Jun 19 19:28:55 2012 +0200 @@ -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]