X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2FApache2-Authen-Passphrase.t;h=820b84393a19c2f305b9fcdd986c31cc9cf12711;hb=6cc050780f61085034eac2f9ab11bfb42ef34537;hp=7b545189397df5c93dfba42e8dc7b062d98f47af;hpb=de5adf1e6475d08d08692eee1a38ce69649dc76e;p=apache2-authen-passphrase.git diff --git a/t/Apache2-Authen-Passphrase.t b/t/Apache2-Authen-Passphrase.t index 7b54518..820b843 100644 --- a/t/Apache2-Authen-Passphrase.t +++ b/t/Apache2-Authen-Passphrase.t @@ -8,15 +8,15 @@ BEGIN { $ENV{AAP_ROOTDIR} = tempdir CLEANUP => 1 } BEGIN { use_ok('Apache2::Authen::Passphrase', qw/pwset pwcheck/) }; sub pw_ok { - my ($user, $pass, $testname) = @_; - eval { pwcheck $user, $pass }; - is $@, '', $testname; + my ($user, $pass, $testname) = @_; + eval { pwcheck $user, $pass }; + is $@, '', $testname; } sub pw_nok { - my ($user, $pass, $testname) = @_; - eval { pwcheck $user, $pass }; - isnt $@, '', $testname; + my ($user, $pass, $testname) = @_; + eval { pwcheck $user, $pass }; + isnt $@, '', $testname; } pwset marius => 'password';