support/testing: test_hardening fix flake8 whitespace
authorMatt Weber <matthew.weber@rockwellcollins.com>
Sat, 20 Oct 2018 15:22:47 +0000 (10:22 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 20 Oct 2018 15:27:28 +0000 (17:27 +0200)
Resolves:
support/testing/tests/core/test_hardening.py:25:42: E231 missing whitespace after ','

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/core/test_hardening.py

index 9f26962b30617cf9eb9e086addb0a6dc4624d6ce..82e0f3d8f2279d3089265dcf4ac939d8df555e1c 100644 (file)
@@ -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)