maint: make some shell and perl scripts executable in 'tests/'
commit0c452fe97a395a1ecc2cacce3609ea6be366ac8e
authorBernhard Voelker <mail@bernhard-voelker.de>
Sun, 21 Jul 2013 23:07:52 +0000 (22 01:07 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Sun, 21 Jul 2013 23:07:52 +0000 (22 01:07 +0200)
tree2ef4978036417946250dc0bfb66bae6e5e69d3bb
parentc490a6ff2b7336121428c908de1ad4ceb87f6199
maint: make some shell and perl scripts executable in 'tests/'

Some newer test scripts - partially ones from me - are not executable.
It does not seem to be a problem, but for consistency and to avoid
future problems on unusual platforms or shells change the permissions
by adding the executable bit.

* cfg.mk (sc_tests_executable): Add new syntax-check rule to ensure
that all test scripts are executable.
* tests/df/df-output.sh: Change file mode from 644 to 755.
* tests/du/threshold.sh: Likewise.
* tests/factor/run.sh: Likewise.
* tests/init.sh: Likewise.
* tests/misc/csplit-suppress-matched.pl: Likewise.
* tests/misc/numfmt.pl: Likewise.
* tests/tail-2/retry.sh: Likewise.
cfg.mk
tests/df/df-output.sh [changed mode: 0644->0755]
tests/du/threshold.sh [changed mode: 0644->0755]
tests/factor/run.sh [changed mode: 0644->0755]
tests/init.sh [changed mode: 0644->0755]
tests/misc/csplit-suppress-matched.pl [changed mode: 0644->0755]
tests/misc/numfmt.pl [changed mode: 0644->0755]
tests/tail-2/retry.sh [changed mode: 0644->0755]