##// END OF EJS Templates
test-static-http: partially adapt for Windows
Adrian Buehlmann -
r17020:e0d9a3bf default
parent child Browse files
Show More
@@ -1,8 +1,14 b''
1 1 $ "$TESTDIR/hghave" serve || exit 80
2 2
3 #if windows
4 $ hg clone http://localhost:$HGPORT/ copy
5 abort: * (glob)
6 [255]
7 #else
3 8 $ hg clone http://localhost:$HGPORT/ copy
4 9 abort: error: Connection refused
5 10 [255]
11 #endif
6 12 $ test -d copy
7 13 [1]
8 14
General Comments 0
You need to be logged in to leave comments. Login now