diff auth_basic.t @ 235:8d58b624a142

Tests: fix number of skipped tests in auth_basic.t.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Sep 2012 14:49:30 +0400
parents 9969fcf1f27e
children a01a53bcbf11
line wrap: on
line diff
--- a/auth_basic.t
+++ b/auth_basic.t
@@ -74,7 +74,7 @@ like(http_get('/'), qr!401 Unauthorized!
 
 SKIP: {
 
-skip 'no crypt on win32', 4 if $^O eq 'MSWin32';
+skip 'no crypt on win32', 5 if $^O eq 'MSWin32';
 
 like(http_get_auth('/', 'crypt', 'password'), qr!SEETHIS!, 'normal crypt');
 unlike(http_get_auth('/', 'crypt', '123'), qr!SEETHIS!, 'normal wrong');