t/fork-sleep.ru in rainbows-0.94.0 vs t/fork-sleep.ru in rainbows-0.95.0
- old
+ new
@@ -1,5 +1,4 @@
-#\-E none
# we do not want Rack::Lint or anything to protect us
use Rack::ContentLength
use Rack::ContentType, "text/plain"
trap(:CHLD) { $stderr.puts Process.waitpid2(-1).inspect }
map "/" do