Skip to content

Commit

Permalink
Tests: Close newly written dataset before reading
Browse files Browse the repository at this point in the history
Might help with CI failures.
  • Loading branch information
shawnlaffan committed Oct 24, 2023
1 parent 7fb4e27 commit 4a1b308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/00.t
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ if(1){
my $d = $l->GetDefn();
my $f = Geo::GDAL::FFI::Feature->new($d);
$l->CreateFeature($f);
undef $ds;
Geo::GDAL::FFI::GDALClose($$ds);
$ds = Open('test.shp');
$l = $ds->GetLayer;
$d = $l->GetDefn();
Expand Down

0 comments on commit 4a1b308

Please sign in to comment.