[SCM] GNU Mailutils branch, master, updated. release-3.0-7-gffa85e2

"Sergey Poznyakoff" <[email protected]> Wed, 23 Nov 2016 16:49:00 +0000 (UTC)
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=ffa85e25b9c3598b9b37205585894ad7318063d5

The branch, master has been updated
       via  ffa85e25b9c3598b9b37205585894ad7318063d5 (commit)
      from  f2980e5a1a7495e31f75b979b258bd0fffdb310e (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 ffa85e25b9c3598b9b37205585894ad7318063d5
Author: Sergey Poznyakoff <[email protected]>
Date:   Wed Nov 23 18:46:24 2016 +0200

    Fix typo

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

Summary of changes:
 sieve/tests/ext.at |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sieve/tests/ext.at b/sieve/tests/ext.at
index 4bfec67..e3dd97d 100644
--- a/sieve/tests/ext.at
+++ b/sieve/tests/ext.at
@@ -32,7 +32,7 @@ if numaddr [[ "to", "cc" ]] :over 5
 MUT_MBCOPY($abs_top_srcdir/testsuite/spool/bigto.mbox)
 
 sieve MUT_SIEVE_CMDLINE dnl
- --clearpath --libdir-prefix= "${abs_top_builddir}/examples" -f ./bigto.mbox prog
+ --clearpath --libdir-prefix="${abs_top_builddir}/examples" -f ./bigto.mbox prog
 ],
 [0],
 [],


hooks/post-receive
-- 
GNU Mailutils