diff tests/test-issue1802.t @ 15442:db0340f4b507

tests: use 'hghave execbit' for tests that manipulate x bit in file system
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:14:54 +0100
parents cf5f9df6406b
children efdcce3fd2d5
line wrap: on
line diff
--- a/tests/test-issue1802.t	Mon Nov 07 03:14:54 2011 +0100
+++ b/tests/test-issue1802.t	Mon Nov 07 03:14:54 2011 +0100
@@ -1,3 +1,5 @@
+  $ "$TESTDIR/hghave" execbit || exit 80
+
 Create extension that can disable exec checks:
 
   $ cat > noexec.py <<EOF