Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
verify_pack: do not ignore return value of verification function
[gitweb.git]
/
t
/
t9807-git-p4-submit.sh
diff --git
a/t/t9807-git-p4-submit.sh
b/t/t9807-git-p4-submit.sh
index 1f74a88385e827f7162256fafc22db5de3d41bf8..593152817dadaf1804f4a851c51b8bf1cbf52db9 100755
(executable)
--- a/
t/t9807-git-p4-submit.sh
+++ b/
t/t9807-git-p4-submit.sh
@@
-389,7
+389,7
@@
test_expect_success 'description with Jobs section and bogus following text' '
(
cd "$cli" &&
p4 revert desc6 &&
- rm desc6
+ rm
-f
desc6
)
'