From: Marius Gavrilescu Date: Tue, 18 Jul 2017 07:18:39 +0000 (+0300) Subject: Fix tests without Scrypt X-Git-Tag: 0.003001~1 X-Git-Url: http://git.ieval.ro/?p=plack-middleware-auth-complex.git;a=commitdiff_plain;h=fdec3369e8d5a64f2d164ef4293b512ac1231462 Fix tests without Scrypt --- diff --git a/t/Plack-Middleware-Auth-Complex.t b/t/Plack-Middleware-Auth-Complex.t index 0a92f36..373407b 100644 --- a/t/Plack-Middleware-Auth-Complex.t +++ b/t/Plack-Middleware-Auth-Complex.t @@ -36,9 +36,9 @@ my $create_table = 'CREATE TABLE users (id TEXT PRIMARY KEY, passphrase TEXT, em for my $use_scrypt (qw/0 1/) { if ($use_scrypt && !$has_scrypt) { SKIP: { - skip 'Authen::Passphrase::Scrypt not installed', 61 + skip 'Authen::Passphrase::Scrypt not installed', 60 } - return + next } my $ac = Plack::Middleware::Auth::Complex->new({