We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48182ef commit c88ed6eCopy full SHA for c88ed6e
tests/test_misc.py
@@ -4382,6 +4382,7 @@ def test_setconfig(node_factory, bitcoind):
4382
assert lines == ["# Created and update by setconfig, but you can edit this manually when node is stopped.", "min-capacity-sat=400000"]
4383
4384
4385
+@pytest.mark.skipif(os.getuid() == 0, reason="Test requires non-root user for permission checks to work")
4386
def test_setconfig_access(node_factory, bitcoind):
4387
"""Test that we correctly fail (not crash) if config file/dir not writable"""
4388
0 commit comments