summaryrefslogtreecommitdiffstats
path: root/test/units/TEST-69-SHUTDOWN.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/TEST-69-SHUTDOWN.py')
-rwxr-xr-xtest/units/TEST-69-SHUTDOWN.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/units/TEST-69-SHUTDOWN.py b/test/units/TEST-69-SHUTDOWN.py
index eb790f4..d044164 100755
--- a/test/units/TEST-69-SHUTDOWN.py
+++ b/test/units/TEST-69-SHUTDOWN.py
@@ -9,6 +9,13 @@ import pexpect
def main():
+ # TODO: drop once https://bugs.debian.org/1075733 is fixed
+ with open("/usr/lib/os-release") as f:
+ for line in f:
+ if line.startswith("ID="):
+ if "debian" in line:
+ sys.exit(77)
+
logger = logging.getLogger("test-shutdown")
consoles = []