From 180a4709df7d830f35a3e35fec1b90a69f9706ad Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 28 Jul 2009 00:32:59 +0200 Subject: [PATCH] Prevent test suite to send out mails --- tests/tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests.sh b/tests/tests.sh index 311963a..2526504 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -59,6 +59,7 @@ cat > $testdir/wanna-build.conf <<__END__ \$quinn_source = "$testdir/quinn-diff-output"; \$quinn_source_multi_section = 0; @admin_users = qw(wbadm $USER); +\$mailprog = "/bin/true"; %distributions = ( "unstable" => { }, ); -- 2.39.2