changeset 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 62114a0c1389
children 5ac875a3088e
files auth_basic.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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');