about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-26 00:46:52 +0000
committerEric Wong <e@80x24.org>2016-07-26 00:46:52 +0000
commit36daec54856edb525ad96a3e92b9380a45763761 (patch)
tree0f77d4ae7d8e791347bed4bf05e856927fee1748 /t
parentb34a7f6a284493c28fb5cf5a96e278fde0725ce2 (diff)
downloadpublic-inbox-36daec54856edb525ad96a3e92b9380a45763761.tar.gz
Oops :x
Diffstat (limited to 't')
-rw-r--r--t/mda.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/mda.t b/t/mda.t
index 32154bdc..886b4cb9 100644
--- a/t/mda.t
+++ b/t/mda.t
@@ -187,6 +187,7 @@ EOF
                 # now train it
                 local $ENV{GIT_AUTHOR_EMAIL} = 'trainer@example.com';
                 local $ENV{GIT_COMMITTER_EMAIL} = 'trainer@example.com';
+                local $ENV{GIT_COMMITTER_NAME} = undef;
                 IPC::Run::run([$learn, "spam"], \$msg);
                 is($?, 0, "no failure from learning spam");
                 IPC::Run::run([$learn, "spam"], \$msg);