comparison fastcgi_merge_params2.t @ 295:6fe0459b6668

Tests: eliminate startup races in proxy and fastcgi tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 08 Jun 2013 07:02:11 +0400
parents 6a0d934950bc
children 272925d99ad5
comparison
equal deleted inserted replaced
294:71e275487aeb 295:6fe0459b6668
61 } 61 }
62 62
63 EOF 63 EOF
64 64
65 $t->run_daemon(\&fastcgi_daemon); 65 $t->run_daemon(\&fastcgi_daemon);
66 $t->run(); 66 $t->run()->waitforsocket('127.0.0.1:8081');
67 67
68 ############################################################################### 68 ###############################################################################
69 69
70 like(http_get_ims('/'), qr/ims=;/, 70 like(http_get_ims('/'), qr/ims=;/,
71 'if-modified-since cleared with cache'); 71 'if-modified-since cleared with cache');