arc lint: ignore /tests/ in chmod
authoreadler <eadler@FreeBSD.org>
Tue, 19 Dec 2017 03:38:06 +0000 (03:38 +0000)
committereadler <eadler@FreeBSD.org>
Tue, 19 Dec 2017 03:38:06 +0000 (03:38 +0000)
commit85df931b8e3b35c89118567627b6047ccead7e6c
treed2e1d80ed0c2900ca64dd49b8742b52ba82b2dae
parentd5e7034bc6e0fa1c10f4de97c196d093031e1aac
arc lint: ignore /tests/ in chmod

shell scripts in scripts don't need
to be chmod +x to work. In fact most are not.
Of the tests I found from a simple search:
65 are chmod +x
84 are chmod -x

simply disable the check for test shell scripts.

Recommit requested by: cem, rgrimes
.arclint