comparison fastcgi_merge_params.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
66 } 66 }
67 67
68 EOF 68 EOF
69 69
70 $t->run_daemon(\&fastcgi_daemon); 70 $t->run_daemon(\&fastcgi_daemon);
71 $t->run(); 71 $t->run()->waitforsocket('127.0.0.1:8081');
72 72
73 ############################################################################### 73 ###############################################################################
74 74
75 like(http_get_ims('/'), qr/ims=;/, 75 like(http_get_ims('/'), qr/ims=;/,
76 'if-modified-since cleared with cache'); 76 'if-modified-since cleared with cache');