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=e02df56cb384465b3238c46c6f214f27ee8431ab The branch, master has been updated via e02df56cb384465b3238c46c6f214f27ee8431ab (commit) from bec7b95e67fa1adcff64372ec05253ca7ed9b54e (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 e02df56cb384465b3238c46c6f214f27ee8431ab Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Sun May 13 15:45:02 2012 +0300 Bugfix in imap4d testsuite. Reportedly, the test command on 64 boxes is unable to handle unsigned long integers. Install a work over. * imap4d/tests/IDEF0955.at: Use string comparison in the invocation of test. * imap4d/tests/IDEF0956.at: Likewise. ----------------------------------------------------------------------- Summary of changes: imap4d/tests/IDEF0955.at | 2 +- imap4d/tests/IDEF0956.at | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imap4d/tests/IDEF0955.at b/imap4d/tests/IDEF0955.at index 63b6a99..4e64665 100644 --- a/imap4d/tests/IDEF0955.at +++ b/imap4d/tests/IDEF0955.at @@ -17,7 +17,7 @@ AT_SETUP([IDEF0955]) AT_CHECK([ -test $MU_ULONG_MAX_1 -eq 0 && AT_SKIP_TEST +test "$MU_ULONG_MAX_1" = 0 && AT_SKIP_TEST cat > input <<EOT 1 select INBOX diff --git a/imap4d/tests/IDEF0956.at b/imap4d/tests/IDEF0956.at index ff61d81..1bb2925 100644 --- a/imap4d/tests/IDEF0956.at +++ b/imap4d/tests/IDEF0956.at @@ -17,7 +17,7 @@ AT_SETUP([IDEF0956]) AT_CHECK([ -test $MU_ULONG_MAX_1 -eq 0 && AT_SKIP_TEST +test "$MU_ULONG_MAX_1" = 0 && AT_SKIP_TEST cat > input <<EOT 1 select INBOX hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils