bug-mailutils
[Top][All Lists]
Advanced

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

Re: Testsuite failure in 3.11


From: Sergey Poznyakoff
Subject: Re: Testsuite failure in 3.11
Date: Wed, 10 Feb 2021 07:37:06 +0200

Jordi Mallach <jordi@debian.org> ha escrit:

> It doesn't. :( It fails in the same way. Attached testsuite.log.

OK.  The attached patch should disable the tests for Debian.

Regards,
Sergey

diff --git a/imap4d/tests/testsuite.at b/imap4d/tests/testsuite.at
index 4d0481b..5fc5fcc 100644
--- a/imap4d/tests/testsuite.at
+++ b/imap4d/tests/testsuite.at
@@ -33,7 +33,9 @@ m4_define([IMAP4D_OPTIONS],[IMAP4D_PREAUTH_OPTIONS])

 m4_define([IMAP4D_CONFIG],[make_config IMAP4D_HOMEDIR])

-m4_define([IMAP4D_RUN],[IMAP4D_CONFIG
+m4_define([IMAP4D_RUN],
+[test -d ~ || AT_SKIP_TEST
+IMAP4D_CONFIG
 m4_if([$2],[expand],
 [cat > input <<EOT
 $1

reply via email to

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