diff --git a/lib/tests/test-mu-store.cc b/lib/tests/test-mu-store.cc index 6e3ac7f0..5307aa5f 100644 --- a/lib/tests/test-mu-store.cc +++ b/lib/tests/test-mu-store.cc @@ -635,11 +635,12 @@ test_store_fail() g_assert_false(!!store); } - { - const auto store = Store::make_new("/../../root/non-existent-path/12345", - "/../../root/non-existent-path/54321"); - g_assert_false(!!store); - } + // Note: below works if you are have root-perms. + // { + // const auto store = Store::make_new("/../../root/non-existent-path/12345", + // "/../../root/non-existent-path/54321"); + // g_assert_false(!!store); + // } }