about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-19 08:14:52 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-19 08:16:34 +0000
commit82bd094dc2e2da6067fc089e37d538c171732e60 (patch)
treec9c63d093f16d120445838cf2400af5ccc2af10f /t
parent41bdfa63fa4c1a288e85720614436580fd0a9741 (diff)
downloadpublic-inbox-82bd094dc2e2da6067fc089e37d538c171732e60.tar.gz
I had to dig through commit history for this and we should
better document our tests (along with everything else).
Diffstat (limited to 't')
-rw-r--r--t/watch_maildir.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/watch_maildir.t b/t/watch_maildir.t
index 30e94c1e..7178f29e 100644
--- a/t/watch_maildir.t
+++ b/t/watch_maildir.t
@@ -31,7 +31,8 @@ Date: Sat, 18 Jun 2016 00:00:00 +0000
 something
 EOF
 PublicInbox::Emergency->new($maildir)->prepare(\$msg);
-ok(POSIX::mkfifo("$maildir/cur/fifo", 0777));
+ok(POSIX::mkfifo("$maildir/cur/fifo", 0777),
+        'create FIFO to ensure we do not get stuck on it :P');
 my $sem = PublicInbox::Emergency->new($spamdir); # create dirs
 
 my $config = PublicInbox::Config->new({