Home
last modified time | relevance | path

Searched hist:"9 ff7bf7a93bddc79a3dc5616c82cdd3b806bf606" (Results 1 – 1 of 1) sorted by relevance

/freebsd/
H A D.arclintdiff 9ff7bf7a93bddc79a3dc5616c82cdd3b806bf606 Tue Dec 19 04:38:06 CET 2017 Eitan Adler <eadler@FreeBSD.org> 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