Fixed a problem that caused the test to fail if you ran it on the first
authorKen Hornstein <kenh@pobox.com>
Thu, 1 Mar 2012 17:02:29 +0000 (12:02 -0500)
committerKen Hornstein <kenh@pobox.com>
Thu, 1 Mar 2012 17:02:29 +0000 (12:02 -0500)
nine days of the month.

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
 #