diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-01-03 13:09:13 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-01-03 13:09:13 +0200 |
| commit | af77a56bdd83ce0bd625eceefd8fcd54cd6f34c6 (patch) | |
| tree | c6ddb7cfcb22a7598d7ce325af4114f67b936cce | |
| parent | 895df395bc5984ef59b8389f451d3b672d330227 (diff) | |
test-store: disable bad test
The "expected-to-fail" test actually passes when root.
| -rw-r--r-- | lib/tests/test-mu-store.cc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/tests/test-mu-store.cc b/lib/tests/test-mu-store.cc index 6e3ac7f..5307aa5 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); + // } } |
