# HG changeset patch # User Maxim Dounin # Date 1348570170 -14400 # Node ID 8d58b624a1425818c66bbdd766b57745a32799da # Parent 62114a0c13896f1bb83410fb9544bcf5488d0706 Tests: fix number of skipped tests in auth_basic.t. diff --git a/auth_basic.t b/auth_basic.t --- 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');