[SCM] GNU Mailutils branch, master, updated. release-2.2-705-g007bb14
"Sergey Poznyakoff" <[email protected]> Tue, 05 May 2015 06:04:51 +0000
| Newsgroups | gmane.comp.gnu.mailutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=007bb14ecef8363d5c36eb05f5acabcf140e652a
The branch, master has been updated
via 007bb14ecef8363d5c36eb05f5acabcf140e652a (commit)
from b6e0ad60c137cde4f70a897710a9597b68e52f6f (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 -----------------------------------------------------------------
commit 007bb14ecef8363d5c36eb05f5acabcf140e652a
Author: Sergey Poznyakoff <[email protected]>
Date: Tue May 5 09:01:14 2015 +0300
Minor fix
-----------------------------------------------------------------------
Summary of changes:
mail/tests/cols00.at | 5 +++--
mail/tests/cols01.at | 5 +++--
mail/tests/copy00.at | 3 ++-
mail/tests/nohome.at | 3 ++-
4 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/mail/tests/cols00.at b/mail/tests/cols00.at
index f7497ec..9f36f3a 100644
--- a/mail/tests/cols00.at
+++ b/mail/tests/cols00.at
@@ -23,9 +23,10 @@ AT_KEYWORDS([columns cols00])
# http://lists.gnu.org/archive/html/bug-mailutils/2015-04/msg00002.html
AT_CHECK([
+MUT_MBCOPY($abs_top_srcdir/testsuite/spool/mbox)
unset MAILRC
-COLUMNS=26 mail -nH -E 'set columns=26' -f $testsuitedir/spool/mbox
-COLUMNS=31 mail -nH -f $testsuitedir/spool/mbox
+COLUMNS=26 mail -nH -E 'set columns=26' -f ./mbox
+COLUMNS=31 mail -nH -f ./mbox
],
[0],
[>N 1 Sergey Poznyakoff
diff --git a/mail/tests/cols01.at b/mail/tests/cols01.at
index cefda57..dbeeadc 100644
--- a/mail/tests/cols01.at
+++ b/mail/tests/cols01.at
@@ -23,9 +23,10 @@ AT_KEYWORDS([columns cols01])
# http://lists.gnu.org/archive/html/bug-mailutils/2015-04/msg00000.html
AT_CHECK([
+MUT_MBCOPY($abs_top_srcdir/testsuite/spool/mbox)
unset MAILRC
-mail -nH -E 'set columns=26' -f $testsuitedir/spool/mbox
-mail -nH -E 'set columns=31' -f $testsuitedir/spool/mbox
+mail -nH -E 'set columns=26' -f ./mbox
+mail -nH -E 'set columns=31' -f ./mbox
],
[0],
[>N 1 Sergey Poznyakoff
diff --git a/mail/tests/copy00.at b/mail/tests/copy00.at
index c8c9608..bd793a7 100644
--- a/mail/tests/copy00.at
+++ b/mail/tests/copy00.at
@@ -24,8 +24,9 @@ AT_KEYWORDS([copy copy00])
AT_CHECK([
test -f /dev/stdout || AT_SKIP_TEST
+MUT_MBCOPY($abs_top_srcdir/testsuite/spool/mbox)
unset MAILRC
-echo 'copy 1 /dev/stdout' | mail -N -E 'set readonly' -f $testsuitedir/spool/mbox | sed 's/ *$//;/^Held 1 message/d';
+echo 'copy 1 /dev/stdout' | mail -N -E 'set readonly' -f ./mbox | sed 's/ *$//;/^Held 1 message/d';
],
[0],
[From [email protected] Tue Jul 16 12:11:35 2002
diff --git a/mail/tests/nohome.at b/mail/tests/nohome.at
index 31d9b47..692c327 100644
--- a/mail/tests/nohome.at
+++ b/mail/tests/nohome.at
@@ -23,9 +23,10 @@ AT_KEYWORDS([nohome])
# http://lists.gnu.org/archive/html/bug-mailutils/2015-04/msg00002.html
AT_CHECK([
+MUT_MBCOPY($abs_top_srcdir/testsuite/spool/mbox)
unset MAILRC
unset HOME
-MAIL=$testsuitedir/spool/mbox mail -nH
+MAIL=./mbox mail -nH
],
[0],
[>N 1 Sergey Poznyakoff Tue Jul 16 12:11 12/390 MBOX
hooks/post-receive
--
GNU Mailutils