summaryrefslogtreecommitdiff
path: root/tests/du
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/du
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/du')
-rwxr-xr-xtests/du/2g.sh (renamed from tests/du/2g)0
-rwxr-xr-xtests/du/8gb.sh (renamed from tests/du/8gb)0
-rwxr-xr-xtests/du/basic.sh (renamed from tests/du/basic)0
-rwxr-xr-xtests/du/bigtime.sh (renamed from tests/du/bigtime)0
-rwxr-xr-xtests/du/bind-mount-dir-cycle.sh (renamed from tests/du/bind-mount-dir-cycle)0
-rwxr-xr-xtests/du/deref-args.sh (renamed from tests/du/deref-args)0
-rwxr-xr-xtests/du/deref.sh (renamed from tests/du/deref)0
-rwxr-xr-xtests/du/exclude.sh (renamed from tests/du/exclude)0
-rwxr-xr-xtests/du/fd-leak.sh (renamed from tests/du/fd-leak)0
-rwxr-xr-xtests/du/files0-from-dir.sh (renamed from tests/du/files0-from-dir)0
-rwxr-xr-xtests/du/files0-from.pl (renamed from tests/du/files0-from)0
-rwxr-xr-xtests/du/hard-link.sh (renamed from tests/du/hard-link)0
-rwxr-xr-xtests/du/inacc-dest.sh (renamed from tests/du/inacc-dest)0
-rwxr-xr-xtests/du/inacc-dir.sh (renamed from tests/du/inacc-dir)0
-rwxr-xr-xtests/du/inaccessible-cwd.sh (renamed from tests/du/inaccessible-cwd)0
-rwxr-xr-xtests/du/long-from-unreadable.sh (renamed from tests/du/long-from-unreadable)0
-rwxr-xr-xtests/du/long-sloop.sh (renamed from tests/du/long-sloop)0
-rwxr-xr-xtests/du/max-depth.sh (renamed from tests/du/max-depth)0
-rwxr-xr-xtests/du/move-dir-while-traversing.sh (renamed from tests/du/move-dir-while-traversing)0
-rwxr-xr-xtests/du/no-deref.sh (renamed from tests/du/no-deref)0
-rwxr-xr-xtests/du/no-x.sh (renamed from tests/du/no-x)0
-rwxr-xr-xtests/du/one-file-system.sh (renamed from tests/du/one-file-system)0
-rwxr-xr-xtests/du/restore-wd.sh (renamed from tests/du/restore-wd)0
-rwxr-xr-xtests/du/slash.sh (renamed from tests/du/slash)0
-rwxr-xr-xtests/du/slink.sh (renamed from tests/du/slink)0
-rwxr-xr-xtests/du/trailing-slash.sh (renamed from tests/du/trailing-slash)0
-rwxr-xr-xtests/du/two-args.sh (renamed from tests/du/two-args)0
27 files changed, 0 insertions, 0 deletions
diff --git a/tests/du/2g b/tests/du/2g.sh
index 96cf62d7c..96cf62d7c 100755
--- a/tests/du/2g
+++ b/tests/du/2g.sh
diff --git a/tests/du/8gb b/tests/du/8gb.sh
index 556423e3c..556423e3c 100755
--- a/tests/du/8gb
+++ b/tests/du/8gb.sh
diff --git a/tests/du/basic b/tests/du/basic.sh
index d8acf6420..d8acf6420 100755
--- a/tests/du/basic
+++ b/tests/du/basic.sh
diff --git a/tests/du/bigtime b/tests/du/bigtime.sh
index 964fb710a..964fb710a 100755
--- a/tests/du/bigtime
+++ b/tests/du/bigtime.sh
diff --git a/tests/du/bind-mount-dir-cycle b/tests/du/bind-mount-dir-cycle.sh
index 516ceae58..516ceae58 100755
--- a/tests/du/bind-mount-dir-cycle
+++ b/tests/du/bind-mount-dir-cycle.sh
diff --git a/tests/du/deref-args b/tests/du/deref-args.sh
index 098e01a46..098e01a46 100755
--- a/tests/du/deref-args
+++ b/tests/du/deref-args.sh
diff --git a/tests/du/deref b/tests/du/deref.sh
index 90b765039..90b765039 100755
--- a/tests/du/deref
+++ b/tests/du/deref.sh
diff --git a/tests/du/exclude b/tests/du/exclude.sh
index cad2d7f89..cad2d7f89 100755
--- a/tests/du/exclude
+++ b/tests/du/exclude.sh
diff --git a/tests/du/fd-leak b/tests/du/fd-leak.sh
index 84a22760a..84a22760a 100755
--- a/tests/du/fd-leak
+++ b/tests/du/fd-leak.sh
diff --git a/tests/du/files0-from-dir b/tests/du/files0-from-dir.sh
index 86bfe269b..86bfe269b 100755
--- a/tests/du/files0-from-dir
+++ b/tests/du/files0-from-dir.sh
diff --git a/tests/du/files0-from b/tests/du/files0-from.pl
index e6de79f0a..e6de79f0a 100755
--- a/tests/du/files0-from
+++ b/tests/du/files0-from.pl
diff --git a/tests/du/hard-link b/tests/du/hard-link.sh
index 0e0641e75..0e0641e75 100755
--- a/tests/du/hard-link
+++ b/tests/du/hard-link.sh
diff --git a/tests/du/inacc-dest b/tests/du/inacc-dest.sh
index c9c709759..c9c709759 100755
--- a/tests/du/inacc-dest
+++ b/tests/du/inacc-dest.sh
diff --git a/tests/du/inacc-dir b/tests/du/inacc-dir.sh
index 8395c56e8..8395c56e8 100755
--- a/tests/du/inacc-dir
+++ b/tests/du/inacc-dir.sh
diff --git a/tests/du/inaccessible-cwd b/tests/du/inaccessible-cwd.sh
index bfc8cf92e..bfc8cf92e 100755
--- a/tests/du/inaccessible-cwd
+++ b/tests/du/inaccessible-cwd.sh
diff --git a/tests/du/long-from-unreadable b/tests/du/long-from-unreadable.sh
index 7fc129c17..7fc129c17 100755
--- a/tests/du/long-from-unreadable
+++ b/tests/du/long-from-unreadable.sh
diff --git a/tests/du/long-sloop b/tests/du/long-sloop.sh
index 48e2e30ac..48e2e30ac 100755
--- a/tests/du/long-sloop
+++ b/tests/du/long-sloop.sh
diff --git a/tests/du/max-depth b/tests/du/max-depth.sh
index 30671c4d8..30671c4d8 100755
--- a/tests/du/max-depth
+++ b/tests/du/max-depth.sh
diff --git a/tests/du/move-dir-while-traversing b/tests/du/move-dir-while-traversing.sh
index 4f603a0e1..4f603a0e1 100755
--- a/tests/du/move-dir-while-traversing
+++ b/tests/du/move-dir-while-traversing.sh
diff --git a/tests/du/no-deref b/tests/du/no-deref.sh
index 2f2055123..2f2055123 100755
--- a/tests/du/no-deref
+++ b/tests/du/no-deref.sh
diff --git a/tests/du/no-x b/tests/du/no-x.sh
index 28f797685..28f797685 100755
--- a/tests/du/no-x
+++ b/tests/du/no-x.sh
diff --git a/tests/du/one-file-system b/tests/du/one-file-system.sh
index 110080f02..110080f02 100755
--- a/tests/du/one-file-system
+++ b/tests/du/one-file-system.sh
diff --git a/tests/du/restore-wd b/tests/du/restore-wd.sh
index 19ed5fa00..19ed5fa00 100755
--- a/tests/du/restore-wd
+++ b/tests/du/restore-wd.sh
diff --git a/tests/du/slash b/tests/du/slash.sh
index 95012411a..95012411a 100755
--- a/tests/du/slash
+++ b/tests/du/slash.sh
diff --git a/tests/du/slink b/tests/du/slink.sh
index 674e6a224..674e6a224 100755
--- a/tests/du/slink
+++ b/tests/du/slink.sh
diff --git a/tests/du/trailing-slash b/tests/du/trailing-slash.sh
index 4efda6c73..4efda6c73 100755
--- a/tests/du/trailing-slash
+++ b/tests/du/trailing-slash.sh
diff --git a/tests/du/two-args b/tests/du/two-args.sh
index 10c0a0578..10c0a0578 100755
--- a/tests/du/two-args
+++ b/tests/du/two-args.sh