summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-12-14 08:11:20 -0700
committerKarl Williamson <khw@cpan.org>2021-12-14 08:18:58 -0700
commit9f5bbdb687d619c128dae489614564ad3119bab5 (patch)
treee24ad0bfbf07f572b9bb744d1b7c0005f21cd165
parent64c611002f05bbe033d9ce2b812ccfb29304454c (diff)
downloadperl-9f5bbdb687d619c128dae489614564ad3119bab5.tar.gz
t/TEST: white space only
-rwxr-xr-xt/TEST3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/TEST b/t/TEST
index c9d7daf7b1..72c865d4ce 100755
--- a/t/TEST
+++ b/t/TEST
@@ -178,7 +178,6 @@ sub _find_files {
next if $skip{$f};
my $fullpath = "$dir/$f";
-
if (-d $fullpath) {
_find_files($patt, $fullpath);
} elsif ($f =~ /$patt/) {
@@ -475,7 +474,7 @@ unless (@ARGV) {
}
unless ($::core) {
_find_tests('porting');
- _find_tests("lib");
+ _find_tests("lib");
}
# Config.pm may be broken for make minitest. And this is only a refinement
# for skipping tests on non-default builds, so it is allowed to fail.