]> diplodocus.org Git - nmh/blobdiff - test/post/test-post-fcc
Fix one of the POP tests to work on wide terminals.
[nmh] / test / post / test-post-fcc
index 946969c9f9663327568f392e6e65805d0564797a..2fdd9deb70fffb06bc77679dfb54e7d186c2685e 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}