about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-06-12 00:10:43 +0000
committerEric Wong <e@80x24.org>2021-06-13 17:39:37 +0000
commita1c3b896f2a31f1861221f656987fcff6d357002 (patch)
tree2e3d6a9bf8cc06cc0b832ef158229444bc439cb1 /t
parent05cffd40bf094355d19e12aac9a363e796da1702 (diff)
downloadpublic-inbox-a1c3b896f2a31f1861221f656987fcff6d357002.tar.gz
Leftover while writing the test.
Diffstat (limited to 't')
-rw-r--r--t/lei-import-http.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/lei-import-http.t b/t/lei-import-http.t
index 6cb8a753..2104c778 100644
--- a/t/lei-import-http.t
+++ b/t/lei-import-http.t
@@ -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;