Jordi Mallach <jo...@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