Skip to content

Commit

Permalink
In tests: make proper subroutine calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Jolma committed Jul 14, 2023
1 parent a9112ff commit 3b63a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/00.t
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if(1){
}
}

PopFinderLocation; #FinderClean;
PopFinderLocation(); #FinderClean;
my $path2 = FindFile($target_file);
ok(not(defined $path2), "GDAL support files not found after popping finder.");

Expand All @@ -129,7 +129,7 @@ if(1){

# test VersionInfo
if(1){
my $info = GetVersionInfo;
my $info = GetVersionInfo();
ok($info, "Got info: '$info'.");
}

Expand Down

0 comments on commit 3b63a13

Please sign in to comment.