diff --git a/t/01-syntax.t b/t/01-syntax.t index 82ffeb4..c0ea682 100644 --- a/t/01-syntax.t +++ b/t/01-syntax.t @@ -4,10 +4,7 @@ use English qw/ -no_match_vars /; use File::Find; use Test::More; -if ( $ENV{'QPSMTPD_DEVELOPER'} ) { - 'no_plan'; -} -else { +if ( ! $ENV{'QPSMTPD_DEVELOPER'} ) { plan skip_all => "not a developer, skipping POD tests"; };