# HG changeset patch # User Sergey Kandaurov # Date 1534754102 -10800 # Node ID c0dbb94fa36cc8beb807cb89ea7e51ffdcfac892 # Parent c6721d7bf1a0ecfe65ae9ca8a02d804d840174c8 Tests: adjusted todo_alerts() in mirror_proxy.t on win32. The test producing alert was previously skipped on this platform. diff --git a/mirror_proxy.t b/mirror_proxy.t --- 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');