X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a3bf69c3a988b0de2126fbfe6804c61ef24a8896..66cfb7956488139a507375b9b8964cf78a221962:/test/post/test-post-fcc diff --git a/test/post/test-post-fcc b/test/post/test-post-fcc index 946969c9..2fdd9deb 100755 --- a/test/post/test-post-fcc +++ b/test/post/test-post-fcc @@ -55,8 +55,7 @@ EOF msgname=`mhpath +inbox 11` sed -e 's/^Date:.*/Date:/' "${msgname}" > "${msgname}".nodate -mv "${msgname}".nodate "${msgname}" -check "${testname}.msg.expected" "${msgname}" +check "${testname}.msg.expected" "${msgname}".nodate exit ${failed:-0}