clean up -> remove *.index
This commit is contained in:
parent
35a420927e
commit
b0bcf86aaa
1 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue