summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--support/testing/tests/core/test_hardening.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/testing/tests/core/test_hardening.py b/support/testing/tests/core/test_hardening.py
index 9f26962b30..82e0f3d8f2 100644
--- a/support/testing/tests/core/test_hardening.py
+++ b/support/testing/tests/core/test_hardening.py
@@ -22,7 +22,7 @@ class TestHardeningBase(infra.basetest.BRTest):
# BR2_TARGET_ROOTFS_TAR is not set
"""
- checksec_files = ["usr/sbin/lighttpd","bin/busybox"]
+ checksec_files = ["usr/sbin/lighttpd", "bin/busybox"]
def checksec_run(self, target_file):
filepath = os.path.join(self.builddir, "target", target_file)
OpenPOWER on IntegriCloud