tests: skip new tests with requirements not available on windows stable
authorMads Kiilerich <mads@kiilerich.com>
Sat, 28 Apr 2012 01:22:56 +0200
branchstable
changeset 16539 249542ded278
parent 16538 dd194e5df4c1
child 16540 4fe8eb4a6e2c
tests: skip new tests with requirements not available on windows
tests/test-commit-amend.t
tests/test-phases-exchange.t
--- a/tests/test-commit-amend.t	Sat Apr 28 01:22:47 2012 +0200
+++ b/tests/test-commit-amend.t	Sat Apr 28 01:22:56 2012 +0200
@@ -1,3 +1,5 @@
+  $ "$TESTDIR/hghave" execbit || exit 80
+
   $ hg init
 
 Setup:
--- a/tests/test-phases-exchange.t	Sat Apr 28 01:22:47 2012 +0200
+++ b/tests/test-phases-exchange.t	Sat Apr 28 01:22:56 2012 +0200
@@ -1,3 +1,5 @@
+  $ "$TESTDIR/hghave" serve || exit 80
+
   $ cat >> $HGRCPATH <<EOF
   > [extensions]
   > graphlog=