From a20dc659ec68a55ab86bb180316d1ec6d6a1fffc Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Tue, 7 Jul 2020 11:09:11 +0200 Subject: * debian/tests: - don't use the old service name in the test, the compatibility alias has been removed --- debian/tests/nm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/tests/nm.py') diff --git a/debian/tests/nm.py b/debian/tests/nm.py index 7399c4d9..f4fe46d6 100755 --- a/debian/tests/nm.py +++ b/debian/tests/nm.py @@ -857,7 +857,7 @@ def setUpModule(): assert libc6.unshare(ctypes.c_int(0x00020000)) == 0, 'failed to unshare mount namespace' # stop system-wide NetworkManager to avoid interfering with tests - nm_running = subprocess.call('service network-manager stop 2>&1', shell=True) == 0 + nm_running = subprocess.call('service NetworkManager stop 2>&1', shell=True) == 0 def tearDownModule(): -- cgit 1.3.0-6-gf8a5