Mercurial > hg-stable
changeset 7425:14ed6662af48
tests: disable test-convert-darcs properly for darcs 2
The x bit was disabled without notice in 8046f0a070a6
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sun, 23 Nov 2008 20:16:29 +0100 |
parents | 05a3f2802b13 |
children | df0962f6c54e |
files | tests/test-convert-darcs |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-convert-darcs Sun Nov 23 18:17:02 2008 +0100 +++ b/tests/test-convert-darcs Sun Nov 23 20:16:29 2008 +0100 @@ -1,6 +1,12 @@ #!/bin/sh "$TESTDIR/hghave" darcs || exit 80 +if darcs --version 2>&1 | grep '^2\.' > /dev/null; then + # FIXME: darcs 2 will fail with + ### Abort: timeout after 180 seconds. + echo 'skipped: test currently disabled for darcs 2' + exit 80 +fi echo "[extensions]" >> $HGRCPATH echo "convert=" >> $HGRCPATH