[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: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 00096a20fb731720d67ea76626a9230f26d70eb3 |
Date: |
Sat, 10 Mar 2012 16:45:15 +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 00096a20fb731720d67ea76626a9230f26d70eb3 (commit)
via 843dc603e9b9862206461a59cb364153a9320f37 (commit)
from 62780d8a7c214bbb3301402fee5a5eb980b3069d (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=00096a20fb731720d67ea76626a9230f26d70eb3
commit 00096a20fb731720d67ea76626a9230f26d70eb3
Author: David Levine <address@hidden>
Date: Sat Mar 10 10:45:01 2012 -0600
Replaced UTC-8 with UTF-8.
diff --git a/MACHINES b/MACHINES
index 686e740..853140d 100644
--- a/MACHINES
+++ b/MACHINES
@@ -94,7 +94,7 @@ match. There isn't another safe and portable way to do this
at the
moment. An explicit cast would get rid of the warnings, but I think
it's better to leave it complaining for now until we come up with
a better solution. The whole thing is probablly going to be chucked
-with UTC-8 support anyway.
+with UTF-8 support anyway.
Other than the warnings, it builds ok.
--------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=843dc603e9b9862206461a59cb364153a9320f37
commit 843dc603e9b9862206461a59cb364153a9320f37
Author: David Levine <address@hidden>
Date: Sat Mar 10 10:44:30 2012 -0600
Removed bash-ism from test-pick.
diff --git a/test/pick/test-pick b/test/pick/test-pick
index ba7c18b..8df115f 100755
--- a/test/pick/test-pick
+++ b/test/pick/test-pick
@@ -102,11 +102,10 @@ set +e
if test -w /dev/tty; then
# Produce no standard output if no messages match and standard
- # output is a tty. To test that, move stderr to stdout and
- # write the output directly to the tty. If there is output,
- # it probably won't be captured, but pretend that it would be.
- output=`pick -subject message.3 -and -from Test4 >&2- >/dev/tty`
- run_test "echo $output" ''
+ # output is a tty. To test that even when run with stdout
+ # detached, write directly to /dev/tty. Can't capture the
+ # output so hopefully the user will notice it.
+ pick -subject message.3 -and -from Test4 >/dev/tty 2>/dev/null
else
echo "$0: skip tty test because can't write to /dev/tty"
fi
-----------------------------------------------------------------------
Summary of changes:
MACHINES | 2 +-
test/pick/test-pick | 9 ++++-----
2 files changed, 5 insertions(+), 6 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. 00096a20fb731720d67ea76626a9230f26d70eb3,
David Levine <=