Hi,

I noted that the test suite currently fails in Gentoo. The reason is
that it is executed with a user without a default shell and one of the
maildrop tests will fail with that.

This can be fixed by explicitly setting the SHELL variable in the
respective test to /bin/sh, therefore making the test suite more robust
in uncommon environments. See attached patch, please apply.

cu,
-- 
Hanno Böck
http://hboeck.de/

mail/jabber: ha...@hboeck.de
GPG: BBB51E42
--- courier-0.74.1-plain/libs/maildrop/testsuite2	2013-08-30 02:36:07.000000000 +0200
+++ courier-0.74.1/libs/maildrop/testsuite2	2015-02-16 13:22:37.455698929 +0100
@@ -232,7 +232,8 @@
 
 for f in testsuite?.filter
 do
-    echo 'xfilter "cat"' >t
+    echo "SHELL=/bin/sh" > t
+    echo 'xfilter "cat"' >>t
     cat $f >>t
     chmod 600 t
     mv -f t $f

Attachment: pgpqSmuAWpcP1.pgp
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to