From 2c72833629f7bdc97fdbb510e8a029e154259bc5 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 20 Oct 2015 12:19:06 -0700 Subject: [PATCH] Revert "travis - std::system() calls fails" This reverts commit 5de3a3776d6681113a1dcfd631b132adbbf68dc0. --- test/unit/datasource/geojson.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/datasource/geojson.cpp b/test/unit/datasource/geojson.cpp index 6fec8483d..31e07b0f7 100644 --- a/test/unit/datasource/geojson.cpp +++ b/test/unit/datasource/geojson.cpp @@ -210,6 +210,7 @@ TEST_CASE("geojson") { if (create_index) { detail::create_disk_index(filename, true); + CHECK(mapnik::util::exists(filename + ".index")); } mapnik::parameters params;