Fixed a problem that caused the test to fail if you ran it on the first
[mmh] / test / forw / test-forw-digest
index 8bdc949..d227676 100755 (executable)
@@ -24,7 +24,7 @@ cc4="CC User Four <ccuserfour@example.com>"
 fcc1="+nosuchmailbox"
 fcc2="+nosuchmailbox2"
 
-digestdate=$(date "+%A, %d %b %G")
+digestdate=$(date "+%A, %e %b %G")
 
 cat > "$expected" <<EOF
 From:     ${from}
@@ -72,6 +72,8 @@ forw -editor true -from "${from}" -to "${to1}" -to "${to2}" \
 
 check "${expected}" "${actual}"
 
+rm -f "${actual}"
+
 #
 # Once more, but taking some of the defaults
 #