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)