diff stub_status.t @ 600:3832869ba854

Tests: cleanup stub_status tests.
author Andrey Zelenkov <zelenkov@nginx.com>
date Tue, 02 Jun 2015 12:44:47 +0300
parents 868ff7169ec8
children e9064d691790
line wrap: on
line diff
--- a/stub_status.t	Tue Jun 02 12:11:14 2015 +0300
+++ b/stub_status.t	Tue Jun 02 12:44:47 2015 +0300
@@ -73,7 +73,7 @@
 
 # pipelined requests
 
-my $s = http(<<EOF);
+http(<<EOF);
 GET / HTTP/1.1
 Host: localhost
 
@@ -89,7 +89,7 @@
 
 # states
 
-$s = http('', start => 1);
+my $s = http('', start => 1);
 
 %status = status('/stub');
 is($status{'active'}, 2, 'active');