Skip to content

Commit

Permalink
Moved the housekeeping .t tests into their own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Dec 14, 2020
1 parent b23c1ac commit 834c450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/apache2.t → t/00.housekeeping/apache2.t
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ my $original_dir = cwd();
chdir($file_dir);
my $cur_dir = cwd();
chdir($original_dir);
my $root = File::Spec->catdir($cur_dir, File::Spec->updir());
my $root = File::Spec->catdir($cur_dir, File::Spec->updir(), File::Spec->updir());


=head2 has_apache2_licence
Expand Down
2 changes: 1 addition & 1 deletion t/ascii.t → t/00.housekeeping/ascii.t
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ my $original_dir = cwd();
chdir($file_dir);
my $cur_dir = cwd();
chdir($original_dir);
my $root = File::Spec->catdir($cur_dir, File::Spec->updir());
my $root = File::Spec->catdir($cur_dir, File::Spec->updir(), File::Spec->updir());


sub is_ascii {
Expand Down
2 changes: 1 addition & 1 deletion t/perlcritic.t → t/00.housekeeping/perlcritic.t
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ my $original_dir = cwd();
chdir($file_dir);
my $cur_dir = cwd();
chdir($original_dir);
my $root = File::Spec->catdir($cur_dir, File::Spec->updir());
my $root = File::Spec->catdir($cur_dir, File::Spec->updir(), File::Spec->updir());

# Configure critic
Test::Perl::Critic->import(-profile => File::Spec->catfile($root, 'perlcriticrc'), -severity => 5, -verbose => 8);
Expand Down

0 comments on commit 834c450

Please sign in to comment.