summaryrefslogtreecommitdiff
path: root/tests/rm
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-30 14:13:12 +0200
committerJim Meyering <meyering@redhat.com>2012-08-30 18:55:59 +0200
commit9eb4c31eb78c28dd9f72d1cbb940270311be343c (patch)
treeea3078bc1b002a9f948ed41445ca32318002a1d3 /tests/rm
parent00f5ba15dd91a3d9780fe1fbd06a4df436ae6714 (diff)
downloadcoreutils-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/rm')
-rwxr-xr-xtests/rm/cycle.sh (renamed from tests/rm/cycle)0
-rwxr-xr-xtests/rm/d-1.sh (renamed from tests/rm/d-1)0
-rwxr-xr-xtests/rm/d-2.sh (renamed from tests/rm/d-2)0
-rwxr-xr-xtests/rm/d-3.sh (renamed from tests/rm/d-3)0
-rwxr-xr-xtests/rm/dangling-symlink.sh (renamed from tests/rm/dangling-symlink)0
-rwxr-xr-xtests/rm/deep-1.sh (renamed from tests/rm/deep-1)0
-rwxr-xr-xtests/rm/deep-2.sh (renamed from tests/rm/deep-2)0
-rwxr-xr-xtests/rm/dir-no-w.sh (renamed from tests/rm/dir-no-w)0
-rwxr-xr-xtests/rm/dir-nonrecur.sh (renamed from tests/rm/dir-nonrecur)0
-rwxr-xr-xtests/rm/dot-rel.sh (renamed from tests/rm/dot-rel)0
-rwxr-xr-xtests/rm/empty-inacc.sh (renamed from tests/rm/empty-inacc)0
-rwxr-xr-xtests/rm/empty-name.pl (renamed from tests/rm/empty-name)0
-rwxr-xr-xtests/rm/ext3-perf.sh (renamed from tests/rm/ext3-perf)0
-rwxr-xr-xtests/rm/f-1.sh (renamed from tests/rm/f-1)0
-rwxr-xr-xtests/rm/fail-2eperm.sh (renamed from tests/rm/fail-2eperm)0
-rwxr-xr-xtests/rm/fail-eacces.sh (renamed from tests/rm/fail-eacces)0
-rwxr-xr-xtests/rm/hash.sh (renamed from tests/rm/hash)0
-rwxr-xr-xtests/rm/i-1.sh (renamed from tests/rm/i-1)0
-rwxr-xr-xtests/rm/i-never.sh (renamed from tests/rm/i-never)0
-rwxr-xr-xtests/rm/i-no-r.sh (renamed from tests/rm/i-no-r)0
-rwxr-xr-xtests/rm/ignorable.sh (renamed from tests/rm/ignorable)0
-rwxr-xr-xtests/rm/inaccessible.sh (renamed from tests/rm/inaccessible)0
-rwxr-xr-xtests/rm/interactive-always.sh (renamed from tests/rm/interactive-always)0
-rwxr-xr-xtests/rm/interactive-once.sh (renamed from tests/rm/interactive-once)0
-rwxr-xr-xtests/rm/ir-1.sh (renamed from tests/rm/ir-1)0
-rwxr-xr-xtests/rm/isatty.sh (renamed from tests/rm/isatty)0
-rwxr-xr-xtests/rm/many-dir-entries-vs-OOM.sh (renamed from tests/rm/many-dir-entries-vs-OOM)0
-rwxr-xr-xtests/rm/no-give-up.sh (renamed from tests/rm/no-give-up)0
-rwxr-xr-xtests/rm/one-file-system.sh (renamed from tests/rm/one-file-system)0
-rwxr-xr-xtests/rm/one-file-system2.sh (renamed from tests/rm/one-file-system2)0
-rwxr-xr-xtests/rm/r-1.sh (renamed from tests/rm/r-1)0
-rwxr-xr-xtests/rm/r-2.sh (renamed from tests/rm/r-2)0
-rwxr-xr-xtests/rm/r-3.sh (renamed from tests/rm/r-3)0
-rwxr-xr-xtests/rm/r-4.sh (renamed from tests/rm/r-4)0
-rwxr-xr-xtests/rm/read-only.sh (renamed from tests/rm/read-only)0
-rwxr-xr-xtests/rm/readdir-bug.sh (renamed from tests/rm/readdir-bug)0
-rwxr-xr-xtests/rm/rm1.sh (renamed from tests/rm/rm1)0
-rwxr-xr-xtests/rm/rm2.sh (renamed from tests/rm/rm2)0
-rwxr-xr-xtests/rm/rm3.sh (renamed from tests/rm/rm3)0
-rwxr-xr-xtests/rm/rm4.sh (renamed from tests/rm/rm4)0
-rwxr-xr-xtests/rm/rm5.sh (renamed from tests/rm/rm5)0
-rwxr-xr-xtests/rm/sunos-1.sh (renamed from tests/rm/sunos-1)0
-rwxr-xr-xtests/rm/unread2.sh (renamed from tests/rm/unread2)0
-rwxr-xr-xtests/rm/unread3.sh (renamed from tests/rm/unread3)0
-rwxr-xr-xtests/rm/unreadable.pl (renamed from tests/rm/unreadable)0
-rwxr-xr-xtests/rm/v-slash.sh (renamed from tests/rm/v-slash)0
46 files changed, 0 insertions, 0 deletions
diff --git a/tests/rm/cycle b/tests/rm/cycle.sh
index 33e1283b6..33e1283b6 100755
--- a/tests/rm/cycle
+++ b/tests/rm/cycle.sh
diff --git a/tests/rm/d-1 b/tests/rm/d-1.sh
index f35e95125..f35e95125 100755
--- a/tests/rm/d-1
+++ b/tests/rm/d-1.sh
diff --git a/tests/rm/d-2 b/tests/rm/d-2.sh
index a63cff60d..a63cff60d 100755
--- a/tests/rm/d-2
+++ b/tests/rm/d-2.sh
diff --git a/tests/rm/d-3 b/tests/rm/d-3.sh
index 2f2cf7492..2f2cf7492 100755
--- a/tests/rm/d-3
+++ b/tests/rm/d-3.sh
diff --git a/tests/rm/dangling-symlink b/tests/rm/dangling-symlink.sh
index 92a59066a..92a59066a 100755
--- a/tests/rm/dangling-symlink
+++ b/tests/rm/dangling-symlink.sh
diff --git a/tests/rm/deep-1 b/tests/rm/deep-1.sh
index f739eb594..f739eb594 100755
--- a/tests/rm/deep-1
+++ b/tests/rm/deep-1.sh
diff --git a/tests/rm/deep-2 b/tests/rm/deep-2.sh
index 266097741..266097741 100755
--- a/tests/rm/deep-2
+++ b/tests/rm/deep-2.sh
diff --git a/tests/rm/dir-no-w b/tests/rm/dir-no-w.sh
index ce33b98e5..ce33b98e5 100755
--- a/tests/rm/dir-no-w
+++ b/tests/rm/dir-no-w.sh
diff --git a/tests/rm/dir-nonrecur b/tests/rm/dir-nonrecur.sh
index 8876e9458..8876e9458 100755
--- a/tests/rm/dir-nonrecur
+++ b/tests/rm/dir-nonrecur.sh
diff --git a/tests/rm/dot-rel b/tests/rm/dot-rel.sh
index fc693596a..fc693596a 100755
--- a/tests/rm/dot-rel
+++ b/tests/rm/dot-rel.sh
diff --git a/tests/rm/empty-inacc b/tests/rm/empty-inacc.sh
index e23cb8553..e23cb8553 100755
--- a/tests/rm/empty-inacc
+++ b/tests/rm/empty-inacc.sh
diff --git a/tests/rm/empty-name b/tests/rm/empty-name.pl
index b609170dc..b609170dc 100755
--- a/tests/rm/empty-name
+++ b/tests/rm/empty-name.pl
diff --git a/tests/rm/ext3-perf b/tests/rm/ext3-perf.sh
index 97b0a17b3..97b0a17b3 100755
--- a/tests/rm/ext3-perf
+++ b/tests/rm/ext3-perf.sh
diff --git a/tests/rm/f-1 b/tests/rm/f-1.sh
index e1ed8d4fa..e1ed8d4fa 100755
--- a/tests/rm/f-1
+++ b/tests/rm/f-1.sh
diff --git a/tests/rm/fail-2eperm b/tests/rm/fail-2eperm.sh
index fa2f43227..fa2f43227 100755
--- a/tests/rm/fail-2eperm
+++ b/tests/rm/fail-2eperm.sh
diff --git a/tests/rm/fail-eacces b/tests/rm/fail-eacces.sh
index 947dfac36..947dfac36 100755
--- a/tests/rm/fail-eacces
+++ b/tests/rm/fail-eacces.sh
diff --git a/tests/rm/hash b/tests/rm/hash.sh
index 344325e13..344325e13 100755
--- a/tests/rm/hash
+++ b/tests/rm/hash.sh
diff --git a/tests/rm/i-1 b/tests/rm/i-1.sh
index 67df853f5..67df853f5 100755
--- a/tests/rm/i-1
+++ b/tests/rm/i-1.sh
diff --git a/tests/rm/i-never b/tests/rm/i-never.sh
index 80e1fcd98..80e1fcd98 100755
--- a/tests/rm/i-never
+++ b/tests/rm/i-never.sh
diff --git a/tests/rm/i-no-r b/tests/rm/i-no-r.sh
index 6b22e1ca1..6b22e1ca1 100755
--- a/tests/rm/i-no-r
+++ b/tests/rm/i-no-r.sh
diff --git a/tests/rm/ignorable b/tests/rm/ignorable.sh
index bcf3b7eb9..bcf3b7eb9 100755
--- a/tests/rm/ignorable
+++ b/tests/rm/ignorable.sh
diff --git a/tests/rm/inaccessible b/tests/rm/inaccessible.sh
index 2f045815e..2f045815e 100755
--- a/tests/rm/inaccessible
+++ b/tests/rm/inaccessible.sh
diff --git a/tests/rm/interactive-always b/tests/rm/interactive-always.sh
index 6312cba1c..6312cba1c 100755
--- a/tests/rm/interactive-always
+++ b/tests/rm/interactive-always.sh
diff --git a/tests/rm/interactive-once b/tests/rm/interactive-once.sh
index 982d1a4d3..982d1a4d3 100755
--- a/tests/rm/interactive-once
+++ b/tests/rm/interactive-once.sh
diff --git a/tests/rm/ir-1 b/tests/rm/ir-1.sh
index 01b33bc1e..01b33bc1e 100755
--- a/tests/rm/ir-1
+++ b/tests/rm/ir-1.sh
diff --git a/tests/rm/isatty b/tests/rm/isatty.sh
index f28653cc8..f28653cc8 100755
--- a/tests/rm/isatty
+++ b/tests/rm/isatty.sh
diff --git a/tests/rm/many-dir-entries-vs-OOM b/tests/rm/many-dir-entries-vs-OOM.sh
index b5f10dac4..b5f10dac4 100755
--- a/tests/rm/many-dir-entries-vs-OOM
+++ b/tests/rm/many-dir-entries-vs-OOM.sh
diff --git a/tests/rm/no-give-up b/tests/rm/no-give-up.sh
index 0deb262a4..0deb262a4 100755
--- a/tests/rm/no-give-up
+++ b/tests/rm/no-give-up.sh
diff --git a/tests/rm/one-file-system b/tests/rm/one-file-system.sh
index 675c3fd0a..675c3fd0a 100755
--- a/tests/rm/one-file-system
+++ b/tests/rm/one-file-system.sh
diff --git a/tests/rm/one-file-system2 b/tests/rm/one-file-system2.sh
index 077df76e6..077df76e6 100755
--- a/tests/rm/one-file-system2
+++ b/tests/rm/one-file-system2.sh
diff --git a/tests/rm/r-1 b/tests/rm/r-1.sh
index 858269d75..858269d75 100755
--- a/tests/rm/r-1
+++ b/tests/rm/r-1.sh
diff --git a/tests/rm/r-2 b/tests/rm/r-2.sh
index c946f63db..c946f63db 100755
--- a/tests/rm/r-2
+++ b/tests/rm/r-2.sh
diff --git a/tests/rm/r-3 b/tests/rm/r-3.sh
index 71c8a0f64..71c8a0f64 100755
--- a/tests/rm/r-3
+++ b/tests/rm/r-3.sh
diff --git a/tests/rm/r-4 b/tests/rm/r-4.sh
index 0bfb76072..0bfb76072 100755
--- a/tests/rm/r-4
+++ b/tests/rm/r-4.sh
diff --git a/tests/rm/read-only b/tests/rm/read-only.sh
index 018648be0..018648be0 100755
--- a/tests/rm/read-only
+++ b/tests/rm/read-only.sh
diff --git a/tests/rm/readdir-bug b/tests/rm/readdir-bug.sh
index 711e1bc0e..711e1bc0e 100755
--- a/tests/rm/readdir-bug
+++ b/tests/rm/readdir-bug.sh
diff --git a/tests/rm/rm1 b/tests/rm/rm1.sh
index aa90c57cc..aa90c57cc 100755
--- a/tests/rm/rm1
+++ b/tests/rm/rm1.sh
diff --git a/tests/rm/rm2 b/tests/rm/rm2.sh
index 7bbdfeaba..7bbdfeaba 100755
--- a/tests/rm/rm2
+++ b/tests/rm/rm2.sh
diff --git a/tests/rm/rm3 b/tests/rm/rm3.sh
index 37ee87b22..37ee87b22 100755
--- a/tests/rm/rm3
+++ b/tests/rm/rm3.sh
diff --git a/tests/rm/rm4 b/tests/rm/rm4.sh
index 3e22aad9d..3e22aad9d 100755
--- a/tests/rm/rm4
+++ b/tests/rm/rm4.sh
diff --git a/tests/rm/rm5 b/tests/rm/rm5.sh
index 56c6bbc26..56c6bbc26 100755
--- a/tests/rm/rm5
+++ b/tests/rm/rm5.sh
diff --git a/tests/rm/sunos-1 b/tests/rm/sunos-1.sh
index 584236abc..584236abc 100755
--- a/tests/rm/sunos-1
+++ b/tests/rm/sunos-1.sh
diff --git a/tests/rm/unread2 b/tests/rm/unread2.sh
index 46fc98cd8..46fc98cd8 100755
--- a/tests/rm/unread2
+++ b/tests/rm/unread2.sh
diff --git a/tests/rm/unread3 b/tests/rm/unread3.sh
index 4b8bbc2d3..4b8bbc2d3 100755
--- a/tests/rm/unread3
+++ b/tests/rm/unread3.sh
diff --git a/tests/rm/unreadable b/tests/rm/unreadable.pl
index ebc8511c2..ebc8511c2 100755
--- a/tests/rm/unreadable
+++ b/tests/rm/unreadable.pl
diff --git a/tests/rm/v-slash b/tests/rm/v-slash.sh
index 2fae859b2..2fae859b2 100755
--- a/tests/rm/v-slash
+++ b/tests/rm/v-slash.sh