diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-30 14:13:12 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-08-30 18:55:59 +0200 |
commit | 9eb4c31eb78c28dd9f72d1cbb940270311be343c (patch) | |
tree | ea3078bc1b002a9f948ed41445ca32318002a1d3 /tests/chmod | |
parent | 00f5ba15dd91a3d9780fe1fbd06a4df436ae6714 (diff) | |
download | coreutils-9eb4c31eb78c28dd9f72d1cbb940270311be343c.tar.xz |
tests: add .sh and .pl suffixes to shell and perl tests, respectively
Not only this shrinks the size of the generated Makefile (from > 6300
lines to ~3000), but will allow further simplifications in future
changes.
* tests/Makefile.am (TEST_EXTENSIONS): Add '.sh' and '.pl'.
(PL_LOG_COMPILER, SH_LOG_COMPILER): New, still defined simply to
$(LOG_COMPILER) for the time being.
(TESTS, root_tests): Adjust as described.
* All tests: Rename as described.
Diffstat (limited to 'tests/chmod')
-rwxr-xr-x | tests/chmod/c-option.sh (renamed from tests/chmod/c-option) | 0 | ||||
-rwxr-xr-x | tests/chmod/equal-x.sh (renamed from tests/chmod/equal-x) | 0 | ||||
-rwxr-xr-x | tests/chmod/equals.sh (renamed from tests/chmod/equals) | 0 | ||||
-rwxr-xr-x | tests/chmod/inaccessible.sh (renamed from tests/chmod/inaccessible) | 0 | ||||
-rwxr-xr-x | tests/chmod/no-x.sh (renamed from tests/chmod/no-x) | 0 | ||||
-rwxr-xr-x | tests/chmod/octal.sh (renamed from tests/chmod/octal) | 0 | ||||
-rwxr-xr-x | tests/chmod/setgid.sh (renamed from tests/chmod/setgid) | 0 | ||||
-rwxr-xr-x | tests/chmod/silent.sh (renamed from tests/chmod/silent) | 0 | ||||
-rwxr-xr-x | tests/chmod/thru-dangling.sh (renamed from tests/chmod/thru-dangling) | 0 | ||||
-rwxr-xr-x | tests/chmod/umask-x.sh (renamed from tests/chmod/umask-x) | 0 | ||||
-rwxr-xr-x | tests/chmod/usage.sh (renamed from tests/chmod/usage) | 0 |
11 files changed, 0 insertions, 0 deletions
diff --git a/tests/chmod/c-option b/tests/chmod/c-option.sh index 0fc83912a..0fc83912a 100755 --- a/tests/chmod/c-option +++ b/tests/chmod/c-option.sh diff --git a/tests/chmod/equal-x b/tests/chmod/equal-x.sh index e2cac3478..e2cac3478 100755 --- a/tests/chmod/equal-x +++ b/tests/chmod/equal-x.sh diff --git a/tests/chmod/equals b/tests/chmod/equals.sh index fd92055c2..fd92055c2 100755 --- a/tests/chmod/equals +++ b/tests/chmod/equals.sh diff --git a/tests/chmod/inaccessible b/tests/chmod/inaccessible.sh index c90406803..c90406803 100755 --- a/tests/chmod/inaccessible +++ b/tests/chmod/inaccessible.sh diff --git a/tests/chmod/no-x b/tests/chmod/no-x.sh index e802b356f..e802b356f 100755 --- a/tests/chmod/no-x +++ b/tests/chmod/no-x.sh diff --git a/tests/chmod/octal b/tests/chmod/octal.sh index 845116b26..845116b26 100755 --- a/tests/chmod/octal +++ b/tests/chmod/octal.sh diff --git a/tests/chmod/setgid b/tests/chmod/setgid.sh index 7fc6db214..7fc6db214 100755 --- a/tests/chmod/setgid +++ b/tests/chmod/setgid.sh diff --git a/tests/chmod/silent b/tests/chmod/silent.sh index 00e2348fc..00e2348fc 100755 --- a/tests/chmod/silent +++ b/tests/chmod/silent.sh diff --git a/tests/chmod/thru-dangling b/tests/chmod/thru-dangling.sh index 78124009f..78124009f 100755 --- a/tests/chmod/thru-dangling +++ b/tests/chmod/thru-dangling.sh diff --git a/tests/chmod/umask-x b/tests/chmod/umask-x.sh index dc133e183..dc133e183 100755 --- a/tests/chmod/umask-x +++ b/tests/chmod/umask-x.sh diff --git a/tests/chmod/usage b/tests/chmod/usage.sh index 9dd65f7cc..9dd65f7cc 100755 --- a/tests/chmod/usage +++ b/tests/chmod/usage.sh |