projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f247cc1
)
Fixed a problem that caused the test to fail if you ran it on the first
author
Ken Hornstein
<kenh@pobox.com>
Thu, 1 Mar 2012 17:02:29 +0000
(12:02 -0500)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/test/forw/test-forw-digest
b/test/forw/test-forw-digest
index
8bdc949
..
d227676
100755
(executable)
--- a/
test/forw/test-forw-digest
+++ b/
test/forw/test-forw-digest
@@
-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
#