Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
upload-pack: support hidden refs with protocol v2
[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 37b42d03a2b4f6392c3b84303c52a839caa6befd..eaf03a656329c7b4b9d0ed40c839232a81b310ac 100755
(executable)
--- a/
t/t9815-git-p4-submit-fail.sh
+++ b/
t/t9815-git-p4-submit-fail.sh
@@
-394,7
+394,7
@@
test_expect_success 'cleanup rename after submit cancel' '
(
cd "$cli" &&
test_path_is_missing text2 &&
- p4 fstat -T action text2 2>&1 | grep "no such file"
+ p4 fstat -T action text2 2>&1 | grep "no such file"
&&
test_path_is_file text &&
! p4 fstat -T action text
)