##// 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 $ "$TESTDIR/hghave" serve || exit 80
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 $ hg clone http://localhost:$HGPORT/ copy
8 $ hg clone http://localhost:$HGPORT/ copy
4 abort: error: Connection refused
9 abort: error: Connection refused
5 [255]
10 [255]
11 #endif
6 $ test -d copy
12 $ test -d copy
7 [1]
13 [1]
8
14
General Comments 0
You need to be logged in to leave comments. Login now