comparison proxy_cache_range.t @ 372:1d6abf0db011

Tests: whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 12 Feb 2014 19:54:31 +0400
parents 6fb6fea36560
children 30364c578416
comparison
equal deleted inserted replaced
371:6fb6fea36560 372:1d6abf0db011
83 like(`grep -F '[alert]' ${\($t->testdir())}/error.log`, qr/^$/s, 'no alerts'); 83 like(`grep -F '[alert]' ${\($t->testdir())}/error.log`, qr/^$/s, 'no alerts');
84 84
85 ############################################################################### 85 ###############################################################################
86 86
87 sub http_get_range { 87 sub http_get_range {
88 my ($url, $extra) = @_; 88 my ($url, $extra) = @_;
89 return http(<<EOF); 89 return http(<<EOF);
90 GET $url HTTP/1.1 90 GET $url HTTP/1.1
91 Host: localhost 91 Host: localhost
92 Connection: close 92 Connection: close
93 $extra 93 $extra
94 94