commit | 43c74d20de67acf9b35980921c7556abe65263ac | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Sun May 10 17:37:02 2020 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu May 28 18:31:24 2020 +0200 |
tree | 2950cf390309e7df7d4c6bb90a10248eac909c5f | |
parent | 401825148f802215f02d8f95b5e27fd93d0bdadb [diff] |
Some .pem files are openssl output and have tabs and that's ok Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/tests/scripts/check-files.py b/tests/scripts/check-files.py index 84cad49..86be3ff 100755 --- a/tests/scripts/check-files.py +++ b/tests/scripts/check-files.py
@@ -233,6 +233,7 @@ heading = "Tabs present:" suffix_exemptions = frozenset([ + ".pem", # some openssl dumps have tabs ".sln", "/Makefile", "/generate_visualc_files.pl",