diff -r bb91c602d4ad -r 8149ff405c78 tests/test-extdiff.t --- a/tests/test-extdiff.t Sun Jun 10 13:01:40 2012 +0200 +++ b/tests/test-extdiff.t Sun Jun 10 14:14:05 2012 +0200 @@ -1,5 +1,3 @@ - $ "$TESTDIR/hghave" symlink execbit || exit 80 - $ echo "[extensions]" >> $HGRCPATH $ echo "extdiff=" >> $HGRCPATH @@ -94,6 +92,8 @@ diffing */extdiff.*/a.2a13a4d2da36/a a.46c0e4daeb72/a (glob) diff-like tools yield a non-zero exit code +#if execbit + Test extdiff of multiple files in tmp dir: $ hg update -C 0 > /dev/null @@ -182,6 +182,10 @@ $ cd .. +#endif + +#if symlink + Test symlinks handling (issue1909) $ hg init testsymlinks @@ -196,3 +200,5 @@ diffing testsymlinks.07f494440405 testsymlinks [1] $ cd .. + +#endif