Mercurial > hg-stable
diff tests/test-import-bypass.t @ 16899:8149ff405c78
tests: convert some 'hghave execbit' to #if
This enables some new tests for running on windows.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sun, 10 Jun 2012 14:14:05 +0200 |
parents | 0e0060bf2f44 |
children | f2719b387380 |
line wrap: on
line diff
--- a/tests/test-import-bypass.t Sun Jun 10 13:01:40 2012 +0200 +++ b/tests/test-import-bypass.t Sun Jun 10 14:14:05 2012 +0200 @@ -1,5 +1,3 @@ - $ "$TESTDIR/hghave" symlink execbit || exit 80 - $ echo "[extensions]" >> $HGRCPATH $ echo "purge=" >> $HGRCPATH $ echo "graphlog=" >> $HGRCPATH @@ -218,6 +216,8 @@ $ cd .. +#if symlink execbit + Test complicated patch with --exact $ hg init repo-exact @@ -265,3 +265,4 @@ | o 0:a0e19e636a43 test 0 0 - default - t +#endif