Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-darcs @ 5685:57d29a45ffbc
Use skipped: instead of hghave: for skipping tests, use this in test-merge-types
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 21 Dec 2007 21:50:19 +0100 |
parents | f29b7c8419cb |
children | 12d1e1e79faf |
line wrap: on
line diff
--- a/tests/test-convert-darcs Fri Dec 21 12:14:35 2007 +0100 +++ b/tests/test-convert-darcs Fri Dec 21 21:50:19 2007 +0100 @@ -13,7 +13,7 @@ mkdir dummy mkdir dummy/_darcs if hg convert dummy 2>&1 | grep ElementTree > /dev/null; then - echo 'hghave: missing feature: elementtree module' + echo 'skipped: missing feature: elementtree module' exit 80 fi