]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd-corner.psgi
v2writable: nproc_shards: subtract 1 from given value
[public-inbox.git] / t / httpd-corner.psgi
index bf38d1ff7995ddf1c8ee2447ccf1c956147f9419..18e556be0e39c29c5ca20f64ddbb4953da8052b4 100644 (file)
@@ -87,7 +87,7 @@ my $app = sub {
                });
        } elsif ($path eq '/pid') {
                $code = 200;
-               push @$body, $$;
+               push @$body, "$$\n";
        }
 
        [ $code, $h, $body ]