Mercurial > hg
comparison tests/test-treediscovery.t @ 22046:7a9cbb315d84
tests: replace exit 80 with #require
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 06 Aug 2014 11:43:59 -0500 |
parents | 0e2877f8605d |
children | 8dda6f6ff564 |
comparison
equal
deleted
inserted
replaced
22045:769198c6a62d | 22046:7a9cbb315d84 |
---|---|
1 $ "$TESTDIR/hghave" killdaemons || exit 80 | 1 #require killdaemons |
2 | 2 |
3 Tests discovery against servers without getbundle support: | 3 Tests discovery against servers without getbundle support: |
4 | 4 |
5 $ CAP=getbundle | 5 $ CAP=getbundle |
6 $ . "$TESTDIR/notcapable" | 6 $ . "$TESTDIR/notcapable" |