comparison proxy_cache.t @ 589:a9569f57da98

Tests: whitespaces fix.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 25 May 2015 18:42:34 +0300
parents 2cd00179f4b2
children 6c0a5903d0ae
comparison
equal deleted inserted replaced
588:53b7c3c33a79 589:a9569f57da98
113 like(`grep -F '[alert]' ${\($t->testdir())}/error.log`, qr/^$/s, 'no alerts'); 113 like(`grep -F '[alert]' ${\($t->testdir())}/error.log`, qr/^$/s, 'no alerts');
114 114
115 ############################################################################### 115 ###############################################################################
116 116
117 sub http_get_range { 117 sub http_get_range {
118 my ($url, $extra) = @_; 118 my ($url, $extra) = @_;
119 return http(<<EOF); 119 return http(<<EOF);
120 GET $url HTTP/1.1 120 GET $url HTTP/1.1
121 Host: localhost 121 Host: localhost
122 Connection: close 122 Connection: close
123 $extra 123 $extra
124 124