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 a3feab2 commit 3e40010Copy full SHA for 3e40010
tests/test_misc.py
@@ -4377,6 +4377,7 @@ def test_setconfig(node_factory, bitcoind):
4377
assert lines == ["# Created and update by setconfig, but you can edit this manually when node is stopped.", "min-capacity-sat=400000"]
4378
4379
4380
+@pytest.mark.skipif(os.getuid() == 0, reason="Test requires non-root user for permission checks to work")
4381
def test_setconfig_access(node_factory, bitcoind):
4382
"""Test that we correctly fail (not crash) if config file/dir not writable"""
4383
0 commit comments