X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2FApache2-AuthzCaps.t;fp=t%2FApache2-AuthzCaps.t;h=905270356e0654e4f2983fc6b1eea909d141f95f;hb=59f2225d192cda0f843a9d5f99892e60b5a95341;hp=b018dd5467828d14c908dbb523cc2cdf69701d76;hpb=2096e2673d405afc7b394e3a09487a19e7bd3788;p=apache2-authzcaps.git diff --git a/t/Apache2-AuthzCaps.t b/t/Apache2-AuthzCaps.t index b018dd5..9052703 100644 --- a/t/Apache2-AuthzCaps.t +++ b/t/Apache2-AuthzCaps.t @@ -9,13 +9,13 @@ BEGIN { use_ok('Apache2::AuthzCaps', qw/setcap hascaps/) }; $Apache2::AuthzCaps::rootdir = tempdir CLEANUP => 1; sub checkcaps{ - my ($user, $testname, @caps) = @_; - ok hascaps ($user, @caps), $testname + my ($user, $testname, @caps) = @_; + ok hascaps ($user, @caps), $testname } sub checknocaps{ - my ($user, $testname, @caps) = @_; - ok !(hascaps $user, @caps), $testname + my ($user, $testname, @caps) = @_; + ok !(hascaps $user, @caps), $testname } setcap marius => dostuff => 1;