test-execute-bit: skip if execute-bit is not supported
authorPatrick Mezard <pmezard@gmail.com>
Sat, 27 Oct 2007 20:23:46 +0200
changeset 5495 363ba35f55bd
parent 5494 7ceb740f2fef
child 5496 5bff70ff0431
test-execute-bit: skip if execute-bit is not supported
tests/test-execute-bit
--- a/tests/test-execute-bit	Fri Oct 26 16:43:13 2007 -0700
+++ b/tests/test-execute-bit	Sat Oct 27 20:23:46 2007 +0200
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+"$TESTDIR/hghave" execbit || exit 80
+
 hg init
 echo a > a
 hg ci -d'0 0' -Am'not executable'