##// END OF EJS Templates
test-execute-bit: skip if execute-bit is not supported
Patrick Mezard -
r5495:363ba35f default
parent child Browse files
Show More
@@ -1,5 +1,7 b''
1 #!/bin/sh
1 #!/bin/sh
2
2
3 "$TESTDIR/hghave" execbit || exit 80
4
3 hg init
5 hg init
4 echo a > a
6 echo a > a
5 hg ci -d'0 0' -Am'not executable'
7 hg ci -d'0 0' -Am'not executable'
General Comments 0
You need to be logged in to leave comments. Login now