test/library/os_linux_test.cpp
@@ -45,7 +45,7 @@ } BOOST_CHECK_MESSAGE(uuid_found, "At least one UUID initialized"); BOOST_CHECK_MESSAGE(label_found, "At least one label found"); // BOOST_CHECK_MESSAGE(preferred_found, "At least one standard mounted file system"); BOOST_CHECK_MESSAGE(preferred_found, "At least one standard mounted file system"); } else if (virt == LCC_API_VIRTUALIZATION_SUMMARY::CONTAINER) { // in docker or lxc diskInfo is very likely not to find any good disk. BOOST_CHECK_EQUAL(result, FUNC_RET_NOT_AVAIL);