mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
parent
e73510b290
commit
c1a20c7668
1 changed files with 1 additions and 2 deletions
|
@ -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->(
|
||||
|
|
Loading…
Add table
Reference in a new issue