X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei-daemon.t;fp=t%2Flei-daemon.t;h=b0c94a8745286fa0c5cf787785c6690862be332e;hb=73740c9e97efdd98e87a1d52fc064bffe449be83;hp=a7c4b7992a378e83aadf7548fe49dd8cde6fd9a2;hpb=9b2c705f92a6baf33684aa0845dc5163ae31016e;p=public-inbox.git diff --git a/t/lei-daemon.t b/t/lei-daemon.t index a7c4b799..b0c94a87 100644 --- a/t/lei-daemon.t +++ b/t/lei-daemon.t @@ -21,14 +21,9 @@ test_lei({ daemon_only => 1 }, sub { ok(kill(0, $pid), 'pid is valid'); ok(-S $sock, 'sock created'); is(-s $err_log, 0, 'nothing in errors.log'); - open my $efh, '>>', $err_log or BAIL_OUT $!; - print $efh "phail\n" or BAIL_OUT $!; - close $efh or BAIL_OUT $!; - lei_ok('daemon-pid'); chomp(my $pid_again = $lei_out); is($pid, $pid_again, 'daemon-pid idempotent'); - like($lei_err, qr/phail/, 'got mock "phail" error previous run'); SKIP: { skip 'only testing open files on Linux', 1 if $^O ne 'linux';