From 0294064532a6cc4e26b5c4a9d79091079578a614 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 18 Jul 2022 22:16:33 +0200 Subject: [PATCH] tests - fix typo in LinuxTest --- tests/LinuxTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/LinuxTest.py b/tests/LinuxTest.py index 943a24c35..c58a2a6f0 100644 --- a/tests/LinuxTest.py +++ b/tests/LinuxTest.py @@ -30,7 +30,7 @@ class LinuxTest(Test) : proc = run("sudo chown -R root:root /tmp/bw-data", shell=True) if proc.returncode != 0 : raise(Exception("chown failed (autoconf stack)")) - if isdir("/tmp/linux") + if isdir("/tmp/linux") : rmdir("/tmp/linux") mkdir("/tmp/linux") chmod("/tmp/linux", 0o0777)