summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systemd/test/test_daemon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/test/test_daemon.py b/systemd/test/test_daemon.py
index 8dac870..e055048 100644
--- a/systemd/test/test_daemon.py
+++ b/systemd/test/test_daemon.py
@@ -26,7 +26,7 @@ def closing_socketpair(family):
def test_booted():
- if os.path.exists('/run/systemd'):
+ if os.path.exists('/run/systemd/system'):
# assume we are running under systemd
assert booted()
else: