X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhttpd-corner.psgi;h=35d1216ec761e92134647ae50dec3a8bd8565f2a;hb=d7fda3f4b9d4c9e6d01c818f09905d6827fa693f;hp=bf38d1ff7995ddf1c8ee2447ccf1c956147f9419;hpb=ad221e9b2852f6c57ec1692dafa786de60621bb6;p=public-inbox.git diff --git a/t/httpd-corner.psgi b/t/httpd-corner.psgi index bf38d1ff..35d1216e 100644 --- a/t/httpd-corner.psgi +++ b/t/httpd-corner.psgi @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2019 all contributors +# Copyright (C) 2016-2020 all contributors # License: AGPL-3.0+ # corner case tests for the generic PSGI server # Usage: plackup [OPTIONS] /path/to/this/file @@ -87,7 +87,7 @@ my $app = sub { }); } elsif ($path eq '/pid') { $code = 200; - push @$body, $$; + push @$body, "$$\n"; } [ $code, $h, $body ]