t/lib.perl: fix Perl integration tests w/o installation
[unicorn.git] / t / pid.ru
blobb49b13714f5b672e5d3073039dbacce2853d633c
1 # frozen_string_literal: false
2 use Rack::ContentLength
3 use Rack::ContentType, "text/plain"
4 run lambda { |env| [ 200, {}, [ "#$$\n" ] ] }