From 8ccd64789ab030b76a99b578b5b1e9812b7a8cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 28 Oct 2015 10:02:53 -0400 Subject: tests: mirror is-systemd-running test from systemd --- systemd/test/test_daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1