From c1a20c76688549c05fa8dd3388c3b451196328a9 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 12 Nov 2021 07:30:03 +0200 Subject: [PATCH] Fix tidyall tests. See: https://metacpan.org/release/Code-TidyAll . --- run-tests.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run-tests.pl b/run-tests.pl index 4cbd87e5..eba6bbaf 100644 --- a/run-tests.pl +++ b/run-tests.pl @@ -113,8 +113,7 @@ sub myglob my $basename = shift; return File::Spec->rel2abs( - File::Spec->catdir( $bindir, "tests", "config", $basename ), - ); + File::Spec->catdir( $bindir, "tests", "config", $basename ), ); }; local $ENV{HARNESS_ALT_INTRP_FILE} = $get_config_fn->(