comparison proxy_cache_min_free.t @ 1693:5ac6efbe5552

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 16:40:18 +0300
parents 8177323823d6
children
comparison
equal deleted inserted replaced
1692:f6795e2e6a4b 1693:5ac6efbe5552
62 } 62 }
63 63
64 EOF 64 EOF
65 65
66 $t->write_file('t.html', 'SEE-THIS'); 66 $t->write_file('t.html', 'SEE-THIS');
67 $t->try_run('no proxy_cache_path min_free')->plan(2); 67 $t->run()->plan(2);
68 68
69 ############################################################################### 69 ###############################################################################
70 70
71 like(http_get('/t.html'), qr/SEE-THIS/, 'proxy request'); 71 like(http_get('/t.html'), qr/SEE-THIS/, 'proxy request');
72 72