Fix tests without Scrypt
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 18 Jul 2017 07:18:39 +0000 (10:18 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 18 Jul 2017 07:18:39 +0000 (10:18 +0300)
t/Plack-Middleware-Auth-Complex.t

index 0a92f360aba46b66c0c8cf9dc54d07c8bbda26f5..373407b0658782135bd8eeaa3bfd6eac927a660c 100644 (file)
@@ -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({
This page took 0.009945 seconds and 4 git commands to generate.