Skip to content

Commit e981b89

Browse files
committed
Try to fix unit tests
1 parent 9189d7e commit e981b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/sources/server/pluginSystem/information/TestPluginInformation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
BOOST_AUTO_TEST_SUITE(TestPluginInformation)
1212

13-
static const boost::filesystem::path DefaultPackagePath("FakePackage");
13+
static const boost::filesystem::path DefaultPackagePath(boost::filesystem::temp_directory_path() / "FakePackage");
1414
static const std::string DefaultPackageFileContent(
1515
"{"
1616
" \"type\": \"FakePackage\","

0 commit comments

Comments
 (0)