Skip to content

Commit

Permalink
Remove /usr/local/bin from PluginManager test.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Aug 26, 2016
1 parent 0ed2a26 commit c6ef628
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/PluginManagerTest.cpp
Expand Up @@ -117,7 +117,6 @@ TEST(PluginManagerTest, SearchPaths)
Utils::unsetenv("PDAL_DRIVER_PATH");

StringList paths = PluginManager::test_pluginSearchPaths();
EXPECT_TRUE(Utils::contains(paths, "/usr/local/lib"));
EXPECT_TRUE(Utils::contains(paths, "./lib"));
EXPECT_TRUE(Utils::contains(paths, "../lib"));
EXPECT_TRUE(Utils::contains(paths, "../bin"));
Expand Down

0 comments on commit c6ef628

Please sign in to comment.