about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-09 19:32:18 +0000
committerEric Wong <e@80x24.org>2014-04-09 19:32:18 +0000
commit44723a3a3343a6b7a923d33da2bdac0c81bdc5f6 (patch)
tree7947101e207be72fd0452613ef706349bce81ff8 /t
parente07bf5280004c81d144fff9be266d81196c9f95d (diff)
downloadpublic-inbox-44723a3a3343a6b7a923d33da2bdac0c81bdc5f6.tar.gz
We will be using it when setting GIT_COMMITTER_NAME
Diffstat (limited to 't')
-rw-r--r--t/config.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/config.t b/t/config.t
index 145589ea..44e051f2 100644
--- a/t/config.t
+++ b/t/config.t
@@ -28,7 +28,8 @@ my $tmpdir = tempdir(CLEANUP => 1);
         is_deeply($cfg->lookup('bugs@public-inbox.org'), {
                 'mainrepo' => '/home/pi/bugs-main.git',
                 'address' => 'bugs@public-inbox.org',
-                'description' => 'development discussion'
+                'description' => 'development discussion',
+                'listname' => 'bugs',
         }, "lookup matches expected output");
 
         is($cfg->lookup('blah@example.com'), undef,