##// END OF EJS Templates
tests: relax "Connection refused" match...
Augie Fackler -
r29514:28052824 default
parent child Browse files
Show More
@@ -1,14 +1,8
1 1 #require serve killdaemons
2 2
3 #if windows
4 3 $ hg clone http://localhost:$HGPORT/ copy
5 4 abort: * (glob)
6 5 [255]
7 #else
8 $ hg clone http://localhost:$HGPORT/ copy
9 abort: error: Connection refused
10 [255]
11 #endif
12 6
13 7 $ test -d copy
14 8 [1]
@@ -1,14 +1,8
1 1 #require killdaemons
2 2
3 #if windows
4 3 $ hg clone http://localhost:$HGPORT/ copy
5 4 abort: * (glob)
6 5 [255]
7 #else
8 $ hg clone http://localhost:$HGPORT/ copy
9 abort: error: Connection refused
10 [255]
11 #endif
12 6 $ test -d copy
13 7 [1]
14 8
General Comments 0
You need to be logged in to leave comments. Login now