Skip to content

Commit

Permalink
make Perl::Critic happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Aug 25, 2014
1 parent c304283 commit 2ce052f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/00_setup.t
Expand Up @@ -11,6 +11,6 @@ my $tmp_dir = dir('var/tmp');
unless ( -d $tmp_dir ) {
$tmp_dir->mkpath();
}
ok( -d $tmp_dir, "var/tmp exists for testing" );
ok( -d $tmp_dir, 'var/tmp exists for testing' );

done_testing();

0 comments on commit 2ce052f

Please sign in to comment.