We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644e11f commit 8ccd647Copy full SHA for 8ccd647
systemd/test/test_daemon.py
@@ -26,7 +26,7 @@ def closing_socketpair(family):
26
27
28
def test_booted():
29
- if os.path.exists('/run/systemd'):
+ if os.path.exists('/run/systemd/system'):
30
# assume we are running under systemd
31
assert booted()
32
else:
0 commit comments