Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
subtree: fix AsciiDoc list item continuation
[gitweb.git]
/
t
/
t9815-git-p4-submit-fail.sh
diff --git
a/t/t9815-git-p4-submit-fail.sh
b/t/t9815-git-p4-submit-fail.sh
index 1243d96092ad5c6a66d66ee9debc399649ffa0a2..4cff6a760fc27b4f4f87c5f0387e34b3039e5518 100755
(executable)
--- a/
t/t9815-git-p4-submit-fail.sh
+++ b/
t/t9815-git-p4-submit-fail.sh
@@
-417,7
+417,7
@@
test_expect_success 'cleanup chmod after submit cancel' '
! p4 fstat -T action text &&
test_path_is_file text+x &&
! p4 fstat -T action text+x &&
- if test_have_prereq
NOT_
CYGWIN
+ if test_have_prereq
!
CYGWIN
then
stat --format=%A text | egrep ^-r-- &&
stat --format=%A text+x | egrep ^-r-x