[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mailutils branch, master, updated. release-2.2-605-g4c2e690
From: |
Sergey Poznyakoff |
Subject: |
[SCM] GNU Mailutils branch, master, updated. release-2.2-605-g4c2e690 |
Date: |
Wed, 06 Jun 2012 14:51:05 +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 "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=4c2e6902643219c600504688bb59881465cc5536
The branch, master has been updated
via 4c2e6902643219c600504688bb59881465cc5536 (commit)
from 24333ac926f4412737d618dbff6d3ca0c70809ec (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 4c2e6902643219c600504688bb59881465cc5536
Author: Sergey Poznyakoff <address@hidden>
Date: Wed Jun 6 17:46:24 2012 +0300
Fix comsat testsuite.
* comsat/tests/atlocal.in (MH_SUPPORT)
(MAILDIR_SUPPORT): New variables.
* comsat/tests/testsuite.at: Disable test cases if their
prerequisite features are not compiled in.
-----------------------------------------------------------------------
Summary of changes:
comsat/tests/atlocal.in | 2 ++
comsat/tests/testsuite.at | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/comsat/tests/atlocal.in b/comsat/tests/atlocal.in
index 113b7fc..32e0ef8 100644
--- a/comsat/tests/atlocal.in
+++ b/comsat/tests/atlocal.in
@@ -3,4 +3,6 @@
# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
address@hidden@:@abs_top_builddir@/comsat:$top_srcdir:$srcdir:$PATH
address@hidden@MH_SUPPORT=yes
address@hidden@MAILDIR_SUPPORT=yes
diff --git a/comsat/tests/testsuite.at b/comsat/tests/testsuite.at
index 93000c6..d1bf15d 100644
--- a/comsat/tests/testsuite.at
+++ b/comsat/tests/testsuite.at
@@ -103,7 +103,8 @@ EOT
chmod 600 biff.rc
> $cwd/output
],
-[comsatcmd maildir:$cwd/mailbox new/1284627340.M364969P3770Q81.Trurl
+[test "$MAILDIR_SUPPORT" = yes || AT_SKIP_TEST
+comsatcmd maildir:$cwd/mailbox new/1284627340.M364969P3770Q81.Trurl
sed '1s/^Mail to .*/Mail to test user/' output
],
[Mail to test user
@@ -127,7 +128,8 @@ EOT
chmod 600 biff.rc
> $cwd/output
],
-[comsatcmd mh:$cwd/mailbox teaparty/58
+[test "$MH_SUPPORT" = yes || AT_SKIP_TEST
+comsatcmd mh:$cwd/mailbox teaparty/58
sed '1s/^Mail to .*/Mail to test user/' output
],
[Mail to test user
hooks/post-receive
--
GNU Mailutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mailutils branch, master, updated. release-2.2-605-g4c2e690,
Sergey Poznyakoff <=