Added newline to "send" that's piped to dist. Old 2.6 Linux
[mmh] / test / post / test-post-fcc
index 946969c..2fdd9de 100755 (executable)
@@ -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}