about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
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;