Mercurial > hg
comparison tests/test-bad-pull.t @ 15446:c5c9ca3719f9
tests: use 'hghave serve' to guard tests that requires serve daemon management
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Mon, 07 Nov 2011 03:24:53 +0100 |
parents | 97ffc68f71d3 |
children | 21766d5531cb |
comparison
equal
deleted
inserted
replaced
15445:7cbb81c47025 | 15446:c5c9ca3719f9 |
---|---|
1 $ "$TESTDIR/hghave" serve || exit 80 | |
2 | |
1 $ hg clone http://localhost:$HGPORT/ copy | 3 $ hg clone http://localhost:$HGPORT/ copy |
2 abort: error: Connection refused | 4 abort: error: Connection refused |
3 [255] | 5 [255] |
4 | 6 |
5 $ test -d copy || echo copy: No such file or directory | 7 $ test -d copy || echo copy: No such file or directory |