changeset 1368:c0dbb94fa36c

Tests: adjusted todo_alerts() in mirror_proxy.t on win32. The test producing alert was previously skipped on this platform.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 20 Aug 2018 11:35:02 +0300
parents c6721d7bf1a0
children a37d8526e691
files mirror_proxy.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mirror_proxy.t
+++ b/mirror_proxy.t
@@ -102,7 +102,7 @@ like(http_post('/delay?1'), qr/X-Body: 1
 
 }
 
-$t->todo_alerts();
+$t->todo_alerts() unless $^O eq 'MSWin32';
 $t->stop();
 
 my $log = $t->read_file('test.log');