Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rh/hide-prompt-in-ignored-directory'
[gitweb.git]
/
t
/
t5100-mailinfo.sh
diff --git
a/t/t5100-mailinfo.sh
b/t/t5100-mailinfo.sh
index 9e1ad1ca21341d449fa3ab1b896a899e51272127..60df10f46a52ea4ea33eded268beddc13fec29ea 100755
(executable)
--- a/
t/t5100-mailinfo.sh
+++ b/
t/t5100-mailinfo.sh
@@
-35,6
+35,10
@@
do
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