From f2820a509d91061b65fa32ec4e647cbd29760195 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 19 Jun 2022 19:55:38 -0400 Subject: Change to filter style from pipe. --- t/conf.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't/conf.t') diff --git a/t/conf.t b/t/conf.t index dbe2217..02a3095 100644 --- a/t/conf.t +++ b/t/conf.t @@ -1,6 +1,6 @@ # -*- mode: cperl -*- -use Test::More tests => 7; +use Test::More tests => 6; use strict; use warnings; @@ -13,6 +13,5 @@ ok(%conf); is($conf{dbpath}, '/tmp/spamcat.sqlite3'); is($conf{default_count}, 10); -is($conf{deliver}, 't/delivert'); is_deeply($conf{domains}, ['spamcat.example.com', 'spamcat2.example.com', 'spamcat3']); -- cgit v1.2.3