commit | 344da1cbd35128a5a69eaaf0f19acd8ca189164c | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Sun May 10 17:37:02 2020 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed May 27 21:55:10 2020 +0200 |
tree | 1bf7ac7c1d9e2678f68bc99ecb9d4e6a33d5785a | |
parent | d2df86f00536ffdc5209a48c4fd86a8ce8bfe119 [diff] [blame] |
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 5bec6db..b6fa989 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", "/Makefile.inc",