From c28b56044a07d977b9974a59feedab24ee8d8b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Fri, 2 Feb 2024 21:10:01 +0100 Subject: [PATCH] Remove ignition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- src/gz_src_TEST.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gz_src_TEST.cc b/src/gz_src_TEST.cc index 37b28960..28d0de76 100644 --- a/src/gz_src_TEST.cc +++ b/src/gz_src_TEST.cc @@ -53,8 +53,6 @@ class CmdLine : public ::testing::Test ASSERT_TRUE(common::createDirectories(testCachePath)); ASSERT_TRUE(common::createDirectories( common::joinPaths(testCachePath, "fuel.gazebosim.org"))); - ASSERT_TRUE(common::createDirectories( - common::joinPaths(testCachePath, "fuel.ignitionrobotics.org"))); setenv("GZ_FUEL_CACHE_PATH", this->testCachePath.c_str(), true); }