about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-21 21:10:20 +0000
committerEric Wong <e@80x24.org>2021-10-22 00:54:36 +0000
commit115f68f1e7aff78c27fdeec642e52294fcf20ad8 (patch)
tree0535a489270d136b833e2ca2c37ebc6e28ed0edc /t
parent1f461aead59a7fd92a1a262b962dd3c3d6bc1ef6 (diff)
downloadpublic-inbox-115f68f1e7aff78c27fdeec642e52294fcf20ad8.tar.gz
I got one mysterious test failure here, once, and can't seem
to reproduce it...
Diffstat (limited to 't')
-rw-r--r--t/lei-p2q.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lei-p2q.t b/t/lei-p2q.t
index 495d81de..bf40a43b 100644
--- a/t/lei-p2q.t
+++ b/t/lei-p2q.t
@@ -7,7 +7,7 @@ require_mods(qw(json DBD::SQLite Search::Xapian));
 
 test_lei(sub {
         ok(!lei(qw(p2q this-better-cause-format-patch-to-fail)),
-                'p2q fails on bogus arg');
+                'p2q fails on bogus arg') or diag $lei_err;
         like($lei_err, qr/format-patch.*failed/, 'notes format-patch failure');
         lei_ok(qw(p2q -w dfpost t/data/0001.patch));
         is($lei_out, "dfpost:6e006fd73b1d\n", 'pathname') or diag $lei_err;