]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/lei-import-http: quiet unnecessary diag message
authorEric Wong <e@80x24.org>
Sat, 12 Jun 2021 00:10:43 +0000 (00:10 +0000)
committerEric Wong <e@80x24.org>
Sun, 13 Jun 2021 17:39:37 +0000 (17:39 +0000)
Leftover while writing the test.

t/lei-import-http.t

index 6cb8a75387b26f0e93d8f03fe10e546552f3fae1..2104c778854c22c2793086fee266c229f89e9d22 100644 (file)
@@ -42,7 +42,5 @@ test_lei({ tmpdir => $tmpdir }, sub {
 
        ok(!lei(qw(import --mail-sync), "$url/x\@example.com/raw"),
                '--mail-sync fails on HTTP');
-       diag $lei_err;
-
 });
 done_testing;