From 36daec54856edb525ad96a3e92b9380a45763761 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 26 Jul 2016 00:46:52 +0000 Subject: learn: fix uninitialized variable Oops :x --- t/mda.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/mda.t') 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); -- cgit v1.2.3-24-ge0c7