Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ref_transaction_commit(): fix atomicity and avoid fd exhaustion
[gitweb.git]
/
t
/
t5100-mailinfo.sh
diff --git
a/t/t5100-mailinfo.sh
b/t/t5100-mailinfo.sh
index 9e1ad1ca21341d449fa3ab1b896a899e51272127..e97cfb2ab838fc9d9ecf1a7d207d6316e11a63f5 100755
(executable)
--- a/
t/t5100-mailinfo.sh
+++ b/
t/t5100-mailinfo.sh
@@
-34,6
+34,10
@@
do
if test -f "$TEST_DIRECTORY"/t5100/msg$mail--no-inbody-headers
then
check_mailinfo $mail --no-inbody-headers
+ fi &&
+ if test -f "$TEST_DIRECTORY"/t5100/msg$mail--message-id
+ then
+ check_mailinfo $mail --message-id
fi
'
done