nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. ab719ef6625da100f92aa8c2d6f8ae6ea7bae2cb
Date: Thu, 01 Mar 2012 17:34:01 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  ab719ef6625da100f92aa8c2d6f8ae6ea7bae2cb (commit)
       via  ecb53999e0a7905075d3407a2ac4357b181cc258 (commit)
      from  f247cc1de541243bd1c1635e95c8772d45f9bc6e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=ab719ef6625da100f92aa8c2d6f8ae6ea7bae2cb


commit ab719ef6625da100f92aa8c2d6f8ae6ea7bae2cb
Author: Ken Hornstein <address@hidden>
Date:   Thu Mar 1 12:33:42 2012 -0500

    %G isn't actually part of POSIX, so change to %Y.

diff --git a/test/forw/test-forw-digest b/test/forw/test-forw-digest
index d227676..7106fe8 100755
--- a/test/forw/test-forw-digest
+++ b/test/forw/test-forw-digest
@@ -24,7 +24,7 @@ cc4="CC User Four <address@hidden>"
 fcc1="+nosuchmailbox"
 fcc2="+nosuchmailbox2"
 
-digestdate=$(date "+%A, %e %b %G")
+digestdate=$(date "+%A, %e %b %Y")
 
 cat > "$expected" <<EOF
 From:     ${from}

http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=ecb53999e0a7905075d3407a2ac4357b181cc258


commit ecb53999e0a7905075d3407a2ac4357b181cc258
Author: Ken Hornstein <address@hidden>
Date:   Thu Mar 1 12:02:29 2012 -0500

    Fixed a problem that caused the test to fail if you ran it on the first
    nine days of the month.

diff --git a/test/forw/test-forw-digest b/test/forw/test-forw-digest
index 8bdc949..d227676 100755
--- a/test/forw/test-forw-digest
+++ b/test/forw/test-forw-digest
@@ -24,7 +24,7 @@ cc4="CC User Four <address@hidden>"
 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
 #

-----------------------------------------------------------------------

Summary of changes:
 test/forw/test-forw-digest |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]