# HG changeset patch # User Mads Kiilerich # Date 1227467789 -3600 # Node ID 14ed6662af4891df2f67b448f9db62529fee6261 # Parent 05a3f2802b1354b4786dc7d6725338b9b01fb53b tests: disable test-convert-darcs properly for darcs 2 The x bit was disabled without notice in 8046f0a070a6 diff -r 05a3f2802b13 -r 14ed6662af48 tests/test-convert-darcs --- 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