diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2013-07-22 01:07:52 +0200 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2013-07-22 01:07:52 +0200 |
commit | 0c452fe97a395a1ecc2cacce3609ea6be366ac8e (patch) | |
tree | 2ef4978036417946250dc0bfb66bae6e5e69d3bb /tests | |
parent | c490a6ff2b7336121428c908de1ad4ceb87f6199 (diff) | |
download | coreutils-0c452fe97a395a1ecc2cacce3609ea6be366ac8e.tar.xz |
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.
Diffstat (limited to 'tests')
-rwxr-xr-x[-rw-r--r--] | tests/df/df-output.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/du/threshold.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/factor/run.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/init.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/misc/csplit-suppress-matched.pl | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/misc/numfmt.pl | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/tail-2/retry.sh | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/tests/df/df-output.sh b/tests/df/df-output.sh index a10f2706b..a10f2706b 100644..100755 --- a/tests/df/df-output.sh +++ b/tests/df/df-output.sh diff --git a/tests/du/threshold.sh b/tests/du/threshold.sh index ee5217dbc..ee5217dbc 100644..100755 --- a/tests/du/threshold.sh +++ b/tests/du/threshold.sh diff --git a/tests/factor/run.sh b/tests/factor/run.sh index dfe116484..dfe116484 100644..100755 --- a/tests/factor/run.sh +++ b/tests/factor/run.sh diff --git a/tests/init.sh b/tests/init.sh index bd2048e22..bd2048e22 100644..100755 --- a/tests/init.sh +++ b/tests/init.sh diff --git a/tests/misc/csplit-suppress-matched.pl b/tests/misc/csplit-suppress-matched.pl index bfced423b..bfced423b 100644..100755 --- a/tests/misc/csplit-suppress-matched.pl +++ b/tests/misc/csplit-suppress-matched.pl diff --git a/tests/misc/numfmt.pl b/tests/misc/numfmt.pl index 553f68b2b..553f68b2b 100644..100755 --- a/tests/misc/numfmt.pl +++ b/tests/misc/numfmt.pl diff --git a/tests/tail-2/retry.sh b/tests/tail-2/retry.sh index 7ba773475..7ba773475 100644..100755 --- a/tests/tail-2/retry.sh +++ b/tests/tail-2/retry.sh |