]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/test-shutdown.py
test-network: introduce check_networkd_log() helper function
[thirdparty/systemd.git] / test / test-shutdown.py
index 870c1e269f596e5de5523a50fd6d8f83f7f36e69..d19a03742c246f6c5cd2f2b40da28be601f38d21 100755 (executable)
@@ -12,7 +12,6 @@ import pexpect
 
 
 def run(args):
-
     ret = 1
     logger = logging.getLogger("test-shutdown")
     logfile = None
@@ -25,7 +24,7 @@ def run(args):
 
     logger.info("spawning test")
     console = pexpect.spawn(args.command, args.arg, logfile=logfile, env={
-            "TERM": "linux",
+            "TERM": "dumb",
         }, encoding='utf-8', timeout=60)
 
     logger.debug("child pid %d", console.pid)