##// END OF EJS Templates
test-bad-pull: partially adjust for Windows...
Adrian Buehlmann -
r17019:5d053859 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
7 13 $ test -d copy
8 14 [1]
General Comments 0
You need to be logged in to leave comments. Login now