mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
clean up -> remove *.index
This commit is contained in:
parent
35a420927e
commit
b0bcf86aaa
@ -257,10 +257,10 @@ TEST_CASE("csv") {
|
||||
else
|
||||
{
|
||||
CHECK(bool(get_csv_ds(path.native())));
|
||||
if (mapnik::util::exists(path.native() + ".index"))
|
||||
{
|
||||
CHECK(mapnik::util::remove(path.native() + ".index"));
|
||||
}
|
||||
}
|
||||
if (mapnik::util::exists(path.native() + ".index"))
|
||||
{
|
||||
CHECK(mapnik::util::remove(path.native() + ".index"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user