about summary refs log tree commit homepage
path: root/t/httpd-unix.t
diff options
context:
space:
mode:
Diffstat (limited to 't/httpd-unix.t')
-rw-r--r--t/httpd-unix.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/httpd-unix.t b/t/httpd-unix.t
index 00adf13c..16f7bdd2 100644
--- a/t/httpd-unix.t
+++ b/t/httpd-unix.t
@@ -103,6 +103,7 @@ SKIP: {
 
         ok(-f "$tmpdir/pid", 'pid file written');
         open my $fh, '<', "$tmpdir/pid" or die "open failed: $!";
+        local $/ = "\n";
         my $rpid = <$fh>;
         chomp $rpid;
         like($rpid, qr/\A\d+\z/s, 'pid file looks like a pid');