[Top][All Lists]
[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. 4079495fc819851b2506fc0017ffcfce61f2305f |
Date: |
Tue, 20 Mar 2012 01:37:42 +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 4079495fc819851b2506fc0017ffcfce61f2305f (commit)
from f5d8200783f132f760b2ecda6358cdc0180f677b (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=4079495fc819851b2506fc0017ffcfce61f2305f
commit 4079495fc819851b2506fc0017ffcfce61f2305f
Author: Ken Hornstein <address@hidden>
Date: Mon Mar 19 21:37:14 2012 -0400
Just for sanity's sake, double check the "inc" results also with "scan".
diff --git a/test/inc/test-inc-scanout b/test/inc/test-inc-scanout
index 75be7dc..419147c 100755
--- a/test/inc/test-inc-scanout
+++ b/test/inc/test-inc-scanout
@@ -189,7 +189,10 @@ run_test "inc -file ${MH_TEST_DIR}/test.mbox -width 120
-truncate" \
11+ 03/01 Mr Nobody Who is on first?<<Abbott: Every dollar of it.
And why not, the man's entitled to it. Cos"
-check "${MH_TEST_DIR}/test.mbox.2" "$(mhpath +inbox 11)"
+check "$(mhpath +inbox 11)" "${MH_TEST_DIR}/test.mbox.2" "keep first"
rm -f "${MH_TEST_DIR}/test.mbox" "${MH_TEST_DIR}/test.mbox.2"
+run_test "scan -width 120 +inbox 11" \
+ " 11+ 03/01 Mr Nobody Who is on first?<<Abbott: Every dollar
of it. And why not, the man's entitled to it. Cos"
+
exit ${failed:-0}
-----------------------------------------------------------------------
Summary of changes:
test/inc/test-inc-scanout | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 4079495fc819851b2506fc0017ffcfce61f2305f,
Ken Hornstein <=