##// 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 $ "$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
12
7 $ test -d copy
13 $ test -d copy
8 [1]
14 [1]
General Comments 0
You need to be logged in to leave comments. Login now