1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix tidyall tests.

See:

https://metacpan.org/release/Code-TidyAll .
This commit is contained in:
Shlomi Fish 2021-11-12 07:30:03 +02:00
parent e73510b290
commit c1a20c7668

View file

@ -113,8 +113,7 @@ sub myglob
my $basename = shift; my $basename = shift;
return File::Spec->rel2abs( 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->( local $ENV{HARNESS_ALT_INTRP_FILE} = $get_config_fn->(