From 57b7d1f1849f9c7236ee095c583ad1f2a907c032 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 29 Apr 2019 15:16:19 +0100 Subject: fix tests for App::Spec 0.005 --- t/lib/Test/Sietima.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/Test/Sietima.pm b/t/lib/Test/Sietima.pm index 79f3b7a..e20aacf 100644 --- a/t/lib/Test/Sietima.pm +++ b/t/lib/Test/Sietima.pm @@ -171,7 +171,7 @@ sub run_cmdline_sub($sietima,$method,$options={},$parameters={}) { cmd => $sietima, op => $method, }); - $r->response(App::Spec::Run::Response->new); + $r->response(App::Spec::Run::Response->new(buffered=>1)); ok( lives { $sietima->$method($r) }, "calling $method should live", -- cgit v1.2.3