# HG changeset patch # User Andrey Zelenkov # Date 1433238287 -10800 # Node ID 3832869ba854ed4e567b754c60be792aaaec7387 # Parent 868ff7169ec8b11680fa9e3be4b6a4222982d371 Tests: cleanup stub_status tests. diff --git a/stub_status.t b/stub_status.t --- a/stub_status.t +++ b/stub_status.t @@ -73,7 +73,7 @@ is($status{'reading'}, 0, 'not reading') # pipelined requests -my $s = http(< 1); +my $s = http('', start => 1); %status = status('/stub'); is($status{'active'}, 2, 'active');