From fdec3369e8d5a64f2d164ef4293b512ac1231462 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 18 Jul 2017 10:18:39 +0300 Subject: [PATCH] Fix tests without Scrypt --- t/Plack-Middleware-Auth-Complex.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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({ -- 2.30.2