]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/mda.t
view: avoid deduping a single word in subject skeletons
[public-inbox.git] / t / mda.t
diff --git a/t/mda.t b/t/mda.t
index 32154bdce7e597b12607d112dab7047640e31943..886b4cb973c5a0bfdcd0095d9d2105848264c843 100644 (file)
--- 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);