support/testing: test_hardening fix flake8 whitespace

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>
2018.11.x
Matt Weber 2018-10-20 10:22:47 -05:00 committed by Thomas Petazzoni
parent 76fdc787cc
commit aa2eb4bd64
1 changed files with 1 additions and 1 deletions

View 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)