X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fconfig.t;h=d4700fc9b009e73e874ab8024acd6a1b828b9231;hp=50bc8d6d3eefb729417750a5721a9ddb1380a496;hb=788db1ec53c00b1a1a9457dc156bc7990736e88e;hpb=bbe5d24accf4f10af1a9a5ae46df10604c1410f5 diff --git a/t/config.t b/t/config.t index 50bc8d6d..d4700fc9 100644 --- a/t/config.t +++ b/t/config.t @@ -29,7 +29,6 @@ my $tmpdir = tempdir(CLEANUP => 1); 'mainrepo' => '/home/pi/meta-main.git', 'address' => 'meta@public-inbox.org', -primary_address => 'meta@public-inbox.org', - 'description' => 'development discussion', 'listname' => 'meta', }, "lookup matches expected output"); @@ -43,7 +42,6 @@ my $tmpdir = tempdir(CLEANUP => 1); 'test@public-inbox.org'], -primary_address => 'try@public-inbox.org', 'mainrepo' => '/home/pi/test-main.git', - 'description' => 'test/sandbox area, occasionally reset', 'listname' => 'test', }, "lookup matches expected output for test"); }