Show More
@@ -1,14 +1,8 b'' | |||||
1 | #require serve killdaemons |
|
1 | #require serve killdaemons | |
2 |
|
2 | |||
3 | #if windows |
|
|||
4 | $ hg clone http://localhost:$HGPORT/ copy |
|
3 | $ hg clone http://localhost:$HGPORT/ copy | |
5 | abort: * (glob) |
|
4 | abort: * (glob) | |
6 | [255] |
|
5 | [255] | |
7 | #else |
|
|||
8 | $ hg clone http://localhost:$HGPORT/ copy |
|
|||
9 | abort: error: Connection refused |
|
|||
10 | [255] |
|
|||
11 | #endif |
|
|||
12 |
|
|
6 | ||
13 | $ test -d copy |
|
7 | $ test -d copy | |
14 | [1] |
|
8 | [1] |
@@ -1,14 +1,8 b'' | |||||
1 | #require killdaemons |
|
1 | #require killdaemons | |
2 |
|
2 | |||
3 | #if windows |
|
|||
4 | $ hg clone http://localhost:$HGPORT/ copy |
|
3 | $ hg clone http://localhost:$HGPORT/ copy | |
5 | abort: * (glob) |
|
4 | abort: * (glob) | |
6 | [255] |
|
5 | [255] | |
7 | #else |
|
|||
8 | $ hg clone http://localhost:$HGPORT/ copy |
|
|||
9 | abort: error: Connection refused |
|
|||
10 | [255] |
|
|||
11 | #endif |
|
|||
12 | $ test -d copy |
|
6 | $ test -d copy | |
13 | [1] |
|
7 | [1] | |
14 |
|
8 |
General Comments 0
You need to be logged in to leave comments.
Login now