commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. release-2.2-566-ga9460b7


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-566-ga9460b7
Date: Fri, 13 Jan 2012 20:09:11 +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=a9460b77406ed63f8d7c0034ee655be4760911a0

The branch, master has been updated
       via  a9460b77406ed63f8d7c0034ee655be4760911a0 (commit)
      from  a52e9228196390c2eca97727c805ac368d54484c (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 a9460b77406ed63f8d7c0034ee655be4760911a0
Author: Sergey Poznyakoff <address@hidden>
Date:   Fri Jan 13 16:15:08 2012 +0200

    Bugfix in the testsuite.
    
    * testsuite/smtp-msg.at: Ignore output from kill.
    * testsuite/smtp-str.at: Likewise.

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

Summary of changes:
 testsuite/smtp-msg.at |    4 ++--
 testsuite/smtp-str.at |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/testsuite/smtp-msg.at b/testsuite/smtp-msg.at
index 5d6a5b9..6ffae20 100644
--- a/testsuite/smtp-msg.at
+++ b/testsuite/smtp-msg.at
@@ -39,7 +39,7 @@ smtpsend localhost port=$2 \
         address@hidden
         domain=mailutils.org\
         input=msg
-kill $1
+kill $1 >/dev/null 2>&1
 cat mta.diag
 ],
 [0],
@@ -58,4 +58,4 @@ END OF MESSAGE
 
 AT_CLEANUP
 
-        
\ No newline at end of file
+        
diff --git a/testsuite/smtp-str.at b/testsuite/smtp-str.at
index e4005c2..bee5cc3 100644
--- a/testsuite/smtp-str.at
+++ b/testsuite/smtp-str.at
@@ -40,7 +40,7 @@ smtpsend localhost port=$2 \
         domain=mailutils.org\
         raw=1\
         input=msg
-kill $1
+kill $1 >/dev/null 2>&1
 cat mta.diag
 ],
 [0],
@@ -59,4 +59,4 @@ END OF MESSAGE
 
 AT_CLEANUP
 
-        
\ No newline at end of file
+        


hooks/post-receive
-- 
GNU Mailutils



reply via email to

[Prev in Thread] Current Thread [Next in Thread]