JSONTestSuite
JSONTestSuite copied to clipboard
Executable bit set on non-executable files
A seemingly random set of files (including many JSON files and C source files) are set executable. I run Linux and use zsh, but given an environment with a fairly similar chmod command and shell globbing, this would be easy to partially fix:
chmod a-x test_parsing/* test_transform/* parsers/**/*.{c,h}{,pp}
It was annoying me too.