tests: add .sh and .pl suffixes to shell and perl tests, respectively
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 30 Aug 2012 12:13:12 +0000 (14:13 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 30 Aug 2012 16:55:59 +0000 (18:55 +0200)
commit9eb4c31eb78c28dd9f72d1cbb940270311be343c
treeea3078bc1b002a9f948ed41445ca32318002a1d3
parent00f5ba15dd91a3d9780fe1fbd06a4df436ae6714
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.
492 files changed:
tests/Makefile.am
tests/chgrp/basic.sh [moved from tests/chgrp/basic with 100% similarity]
tests/chgrp/default-no-deref.sh [moved from tests/chgrp/default-no-deref with 100% similarity]
tests/chgrp/deref.sh [moved from tests/chgrp/deref with 100% similarity]
tests/chgrp/no-x.sh [moved from tests/chgrp/no-x with 100% similarity]
tests/chgrp/posix-H.sh [moved from tests/chgrp/posix-H with 100% similarity]
tests/chgrp/recurse.sh [moved from tests/chgrp/recurse with 100% similarity]
tests/chmod/c-option.sh [moved from tests/chmod/c-option with 100% similarity]
tests/chmod/equal-x.sh [moved from tests/chmod/equal-x with 100% similarity]
tests/chmod/equals.sh [moved from tests/chmod/equals with 100% similarity]
tests/chmod/inaccessible.sh [moved from tests/chmod/inaccessible with 100% similarity]
tests/chmod/no-x.sh [moved from tests/chmod/no-x with 100% similarity]
tests/chmod/octal.sh [moved from tests/chmod/octal with 100% similarity]
tests/chmod/setgid.sh [moved from tests/chmod/setgid with 100% similarity]
tests/chmod/silent.sh [moved from tests/chmod/silent with 100% similarity]
tests/chmod/thru-dangling.sh [moved from tests/chmod/thru-dangling with 100% similarity]
tests/chmod/umask-x.sh [moved from tests/chmod/umask-x with 100% similarity]
tests/chmod/usage.sh [moved from tests/chmod/usage with 100% similarity]
tests/chown/basic.sh [moved from tests/chown/basic with 100% similarity]
tests/chown/deref.sh [moved from tests/chown/deref with 100% similarity]
tests/chown/preserve-root.sh [moved from tests/chown/preserve-root with 100% similarity]
tests/chown/separator.sh [moved from tests/chown/separator with 100% similarity]
tests/cp/abuse.sh [moved from tests/cp/abuse with 100% similarity]
tests/cp/acl.sh [moved from tests/cp/acl with 100% similarity]
tests/cp/attr-existing.sh [moved from tests/cp/attr-existing with 100% similarity]
tests/cp/backup-1.sh [moved from tests/cp/backup-1 with 100% similarity]
tests/cp/backup-dir.sh [moved from tests/cp/backup-dir with 100% similarity]
tests/cp/backup-is-src.sh [moved from tests/cp/backup-is-src with 100% similarity]
tests/cp/capability.sh [moved from tests/cp/capability with 100% similarity]
tests/cp/cp-HL.sh [moved from tests/cp/cp-HL with 100% similarity]
tests/cp/cp-a-selinux.sh [moved from tests/cp/cp-a-selinux with 100% similarity]
tests/cp/cp-deref.sh [moved from tests/cp/cp-deref with 100% similarity]
tests/cp/cp-i.sh [moved from tests/cp/cp-i with 100% similarity]
tests/cp/cp-mv-backup.sh [moved from tests/cp/cp-mv-backup with 100% similarity]
tests/cp/cp-mv-enotsup-xattr.sh [moved from tests/cp/cp-mv-enotsup-xattr with 100% similarity]
tests/cp/cp-parents.sh [moved from tests/cp/cp-parents with 100% similarity]
tests/cp/deref-slink.sh [moved from tests/cp/deref-slink with 100% similarity]
tests/cp/dir-rm-dest.sh [moved from tests/cp/dir-rm-dest with 100% similarity]
tests/cp/dir-slash.sh [moved from tests/cp/dir-slash with 100% similarity]
tests/cp/dir-vs-file.sh [moved from tests/cp/dir-vs-file with 100% similarity]
tests/cp/existing-perm-dir.sh [moved from tests/cp/existing-perm-dir with 100% similarity]
tests/cp/existing-perm-race.sh [moved from tests/cp/existing-perm-race with 100% similarity]
tests/cp/fail-perm.sh [moved from tests/cp/fail-perm with 100% similarity]
tests/cp/fiemap-2.sh [moved from tests/cp/fiemap-2 with 100% similarity]
tests/cp/fiemap-empty.sh [moved from tests/cp/fiemap-empty with 100% similarity]
tests/cp/fiemap-perf.sh [moved from tests/cp/fiemap-perf with 100% similarity]
tests/cp/file-perm-race.sh [moved from tests/cp/file-perm-race with 100% similarity]
tests/cp/into-self.sh [moved from tests/cp/into-self with 100% similarity]
tests/cp/link-heap.sh [moved from tests/cp/link-heap with 100% similarity]
tests/cp/link-no-deref.sh [moved from tests/cp/link-no-deref with 100% similarity]
tests/cp/link-preserve.sh [moved from tests/cp/link-preserve with 100% similarity]
tests/cp/link-symlink.sh [moved from tests/cp/link-symlink with 100% similarity]
tests/cp/link.sh [moved from tests/cp/link with 100% similarity]
tests/cp/nfs-removal-race.sh [moved from tests/cp/nfs-removal-race with 100% similarity]
tests/cp/no-deref-link1.sh [moved from tests/cp/no-deref-link1 with 100% similarity]
tests/cp/no-deref-link2.sh [moved from tests/cp/no-deref-link2 with 100% similarity]
tests/cp/no-deref-link3.sh [moved from tests/cp/no-deref-link3 with 100% similarity]
tests/cp/parent-perm-race.sh [moved from tests/cp/parent-perm-race with 100% similarity]
tests/cp/parent-perm.sh [moved from tests/cp/parent-perm with 100% similarity]
tests/cp/perm.sh [moved from tests/cp/perm with 100% similarity]
tests/cp/preserve-2.sh [moved from tests/cp/preserve-2 with 100% similarity]
tests/cp/preserve-gid.sh [moved from tests/cp/preserve-gid with 100% similarity]
tests/cp/preserve-link.sh [moved from tests/cp/preserve-link with 100% similarity]
tests/cp/preserve-slink-time.sh [moved from tests/cp/preserve-slink-time with 100% similarity]
tests/cp/proc-short-read.sh [moved from tests/cp/proc-short-read with 100% similarity]
tests/cp/proc-zero-len.sh [moved from tests/cp/proc-zero-len with 100% similarity]
tests/cp/r-vs-symlink.sh [moved from tests/cp/r-vs-symlink with 100% similarity]
tests/cp/reflink-auto.sh [moved from tests/cp/reflink-auto with 100% similarity]
tests/cp/reflink-perm.sh [moved from tests/cp/reflink-perm with 100% similarity]
tests/cp/same-file.sh [moved from tests/cp/same-file with 100% similarity]
tests/cp/slink-2-slink.sh [moved from tests/cp/slink-2-slink with 100% similarity]
tests/cp/sparse-fiemap.sh [moved from tests/cp/sparse-fiemap with 100% similarity]
tests/cp/sparse-to-pipe.sh [moved from tests/cp/sparse-to-pipe with 100% similarity]
tests/cp/sparse.sh [moved from tests/cp/sparse with 100% similarity]
tests/cp/special-bits.sh [moved from tests/cp/special-bits with 100% similarity]
tests/cp/special-f.sh [moved from tests/cp/special-f with 100% similarity]
tests/cp/src-base-dot.sh [moved from tests/cp/src-base-dot with 100% similarity]
tests/cp/symlink-slash.sh [moved from tests/cp/symlink-slash with 100% similarity]
tests/cp/thru-dangling.sh [moved from tests/cp/thru-dangling with 100% similarity]
tests/dd/bytes.sh [moved from tests/dd/bytes with 100% similarity]
tests/dd/direct.sh [moved from tests/dd/direct with 100% similarity]
tests/dd/misc.sh [moved from tests/dd/misc with 100% similarity]
tests/dd/nocache.sh [moved from tests/dd/nocache with 100% similarity]
tests/dd/not-rewound.sh [moved from tests/dd/not-rewound with 100% similarity]
tests/dd/reblock.sh [moved from tests/dd/reblock with 100% similarity]
tests/dd/skip-seek-past-dev.sh [moved from tests/dd/skip-seek-past-dev with 100% similarity]
tests/dd/skip-seek-past-file.sh [moved from tests/dd/skip-seek-past-file with 100% similarity]
tests/dd/skip-seek.pl [moved from tests/dd/skip-seek with 100% similarity]
tests/dd/skip-seek2.sh [moved from tests/dd/skip-seek2 with 100% similarity]
tests/dd/sparse.sh [moved from tests/dd/sparse with 100% similarity]
tests/dd/stderr.sh [moved from tests/dd/stderr with 100% similarity]
tests/dd/unblock-sync.sh [moved from tests/dd/unblock-sync with 100% similarity]
tests/dd/unblock.pl [moved from tests/dd/unblock with 100% similarity]
tests/df/df-P.sh [moved from tests/df/df-P with 100% similarity]
tests/df/header.sh [moved from tests/df/header with 100% similarity]
tests/df/no-mtab-status.sh [moved from tests/df/no-mtab-status with 100% similarity]
tests/df/problematic-chars.sh [moved from tests/df/problematic-chars with 100% similarity]
tests/df/total-unprocessed.sh [moved from tests/df/total-unprocessed with 100% similarity]
tests/df/total-verify.sh [moved from tests/df/total-verify with 100% similarity]
tests/df/unreadable.sh [moved from tests/df/unreadable with 100% similarity]
tests/du/2g.sh [moved from tests/du/2g with 100% similarity]
tests/du/8gb.sh [moved from tests/du/8gb with 100% similarity]
tests/du/basic.sh [moved from tests/du/basic with 100% similarity]
tests/du/bigtime.sh [moved from tests/du/bigtime with 100% similarity]
tests/du/bind-mount-dir-cycle.sh [moved from tests/du/bind-mount-dir-cycle with 100% similarity]
tests/du/deref-args.sh [moved from tests/du/deref-args with 100% similarity]
tests/du/deref.sh [moved from tests/du/deref with 100% similarity]
tests/du/exclude.sh [moved from tests/du/exclude with 100% similarity]
tests/du/fd-leak.sh [moved from tests/du/fd-leak with 100% similarity]
tests/du/files0-from-dir.sh [moved from tests/du/files0-from-dir with 100% similarity]
tests/du/files0-from.pl [moved from tests/du/files0-from with 100% similarity]
tests/du/hard-link.sh [moved from tests/du/hard-link with 100% similarity]
tests/du/inacc-dest.sh [moved from tests/du/inacc-dest with 100% similarity]
tests/du/inacc-dir.sh [moved from tests/du/inacc-dir with 100% similarity]
tests/du/inaccessible-cwd.sh [moved from tests/du/inaccessible-cwd with 100% similarity]
tests/du/long-from-unreadable.sh [moved from tests/du/long-from-unreadable with 100% similarity]
tests/du/long-sloop.sh [moved from tests/du/long-sloop with 100% similarity]
tests/du/max-depth.sh [moved from tests/du/max-depth with 100% similarity]
tests/du/move-dir-while-traversing.sh [moved from tests/du/move-dir-while-traversing with 100% similarity]
tests/du/no-deref.sh [moved from tests/du/no-deref with 100% similarity]
tests/du/no-x.sh [moved from tests/du/no-x with 100% similarity]
tests/du/one-file-system.sh [moved from tests/du/one-file-system with 100% similarity]
tests/du/restore-wd.sh [moved from tests/du/restore-wd with 100% similarity]
tests/du/slash.sh [moved from tests/du/slash with 100% similarity]
tests/du/slink.sh [moved from tests/du/slink with 100% similarity]
tests/du/trailing-slash.sh [moved from tests/du/trailing-slash with 100% similarity]
tests/du/two-args.sh [moved from tests/du/two-args with 100% similarity]
tests/fmt/base.pl [moved from tests/fmt/base with 100% similarity]
tests/fmt/goal-option.sh [moved from tests/fmt/goal-option with 100% similarity]
tests/fmt/long-line.sh [moved from tests/fmt/long-line with 100% similarity]
tests/id/gnu-zero-uids.sh [moved from tests/id/gnu-zero-uids with 100% similarity]
tests/id/no-context.sh [moved from tests/id/no-context with 100% similarity]
tests/install/basic-1.sh [moved from tests/install/basic-1 with 100% similarity]
tests/install/create-leading.sh [moved from tests/install/create-leading with 100% similarity]
tests/install/d-slashdot.sh [moved from tests/install/d-slashdot with 100% similarity]
tests/install/install-C-root.sh [moved from tests/install/install-C-root with 100% similarity]
tests/install/install-C-selinux.sh [moved from tests/install/install-C-selinux with 100% similarity]
tests/install/install-C.sh [moved from tests/install/install-C with 100% similarity]
tests/install/strip-program.sh [moved from tests/install/strip-program with 100% similarity]
tests/install/trap.sh [moved from tests/install/trap with 100% similarity]
tests/ln/backup-1.sh [moved from tests/ln/backup-1 with 100% similarity]
tests/ln/hard-backup.sh [moved from tests/ln/hard-backup with 100% similarity]
tests/ln/hard-to-sym.sh [moved from tests/ln/hard-to-sym with 100% similarity]
tests/ln/misc.sh [moved from tests/ln/misc with 100% similarity]
tests/ln/relative.sh [moved from tests/ln/relative with 100% similarity]
tests/ln/sf-1.sh [moved from tests/ln/sf-1 with 100% similarity]
tests/ln/slash-decorated-nonexistent-dest.sh [moved from tests/ln/slash-decorated-nonexistent-dest with 100% similarity]
tests/ln/target-1.sh [moved from tests/ln/target-1 with 100% similarity]
tests/ls/abmon-align.sh [moved from tests/ls/abmon-align with 100% similarity]
tests/ls/block-size.sh [moved from tests/ls/block-size with 100% similarity]
tests/ls/capability.sh [moved from tests/ls/capability with 100% similarity]
tests/ls/color-clear-to-eol.sh [moved from tests/ls/color-clear-to-eol with 100% similarity]
tests/ls/color-dtype-dir.sh [moved from tests/ls/color-dtype-dir with 100% similarity]
tests/ls/color-norm.sh [moved from tests/ls/color-norm with 100% similarity]
tests/ls/dangle.sh [moved from tests/ls/dangle with 100% similarity]
tests/ls/dired.sh [moved from tests/ls/dired with 100% similarity]
tests/ls/file-type.sh [moved from tests/ls/file-type with 100% similarity]
tests/ls/follow-slink.sh [moved from tests/ls/follow-slink with 100% similarity]
tests/ls/getxattr-speedup.sh [moved from tests/ls/getxattr-speedup with 100% similarity]
tests/ls/infloop.sh [moved from tests/ls/infloop with 100% similarity]
tests/ls/inode.sh [moved from tests/ls/inode with 100% similarity]
tests/ls/m-option.sh [moved from tests/ls/m-option with 100% similarity]
tests/ls/multihardlink.sh [moved from tests/ls/multihardlink with 100% similarity]
tests/ls/nameless-uid.sh [moved from tests/ls/nameless-uid with 100% similarity]
tests/ls/no-arg.sh [moved from tests/ls/no-arg with 100% similarity]
tests/ls/no-cap.sh [moved from tests/ls/no-cap with 100% similarity]
tests/ls/proc-selinux-segfault.sh [moved from tests/ls/proc-selinux-segfault with 100% similarity]
tests/ls/readdir-mountpoint-inode.sh [moved from tests/ls/readdir-mountpoint-inode with 100% similarity]
tests/ls/recursive.sh [moved from tests/ls/recursive with 100% similarity]
tests/ls/root-rel-symlink-color.sh [moved from tests/ls/root-rel-symlink-color with 100% similarity]
tests/ls/rt-1.sh [moved from tests/ls/rt-1 with 100% similarity]
tests/ls/slink-acl.sh [moved from tests/ls/slink-acl with 100% similarity]
tests/ls/stat-dtype.sh [moved from tests/ls/stat-dtype with 100% similarity]
tests/ls/stat-failed.sh [moved from tests/ls/stat-failed with 100% similarity]
tests/ls/stat-free-color.sh [moved from tests/ls/stat-free-color with 100% similarity]
tests/ls/stat-free-symlinks.sh [moved from tests/ls/stat-free-symlinks with 100% similarity]
tests/ls/stat-vs-dirent.sh [moved from tests/ls/stat-vs-dirent with 100% similarity]
tests/ls/symlink-slash.sh [moved from tests/ls/symlink-slash with 100% similarity]
tests/ls/time-style-diag.sh [moved from tests/ls/time-style-diag with 100% similarity]
tests/ls/x-option.sh [moved from tests/ls/x-option with 100% similarity]
tests/misc/arch.sh [moved from tests/misc/arch with 100% similarity]
tests/misc/base64.pl [moved from tests/misc/base64 with 100% similarity]
tests/misc/basename.pl [moved from tests/misc/basename with 100% similarity]
tests/misc/cat-buf.sh [moved from tests/misc/cat-buf with 100% similarity]
tests/misc/cat-proc.sh [moved from tests/misc/cat-proc with 100% similarity]
tests/misc/chcon-fail.sh [moved from tests/misc/chcon-fail with 100% similarity]
tests/misc/chcon.sh [moved from tests/misc/chcon with 100% similarity]
tests/misc/chroot-credentials.sh [moved from tests/misc/chroot-credentials with 100% similarity]
tests/misc/chroot-fail.sh [moved from tests/misc/chroot-fail with 100% similarity]
tests/misc/close-stdout.sh [moved from tests/misc/close-stdout with 100% similarity]
tests/misc/comm.pl [moved from tests/misc/comm with 100% similarity]
tests/misc/csplit-1000.sh [moved from tests/misc/csplit-1000 with 100% similarity]
tests/misc/csplit-heap.sh [moved from tests/misc/csplit-heap with 100% similarity]
tests/misc/csplit.sh [moved from tests/misc/csplit with 100% similarity]
tests/misc/cut.pl [moved from tests/misc/cut with 100% similarity]
tests/misc/date-next-dow.pl [moved from tests/misc/date-next-dow with 100% similarity]
tests/misc/date-sec.sh [moved from tests/misc/date-sec with 100% similarity]
tests/misc/date.pl [moved from tests/misc/date with 100% similarity]
tests/misc/dircolors.pl [moved from tests/misc/dircolors with 100% similarity]
tests/misc/dirname.pl [moved from tests/misc/dirname with 100% similarity]
tests/misc/env-null.sh [moved from tests/misc/env-null with 100% similarity]
tests/misc/env.sh [moved from tests/misc/env with 100% similarity]
tests/misc/expand.pl [moved from tests/misc/expand with 100% similarity]
tests/misc/expr.pl [moved from tests/misc/expr with 100% similarity]
tests/misc/factor.pl [moved from tests/misc/factor with 100% similarity]
tests/misc/false-status.sh [moved from tests/misc/false-status with 100% similarity]
tests/misc/fold.pl [moved from tests/misc/fold with 100% similarity]
tests/misc/groups-dash.sh [moved from tests/misc/groups-dash with 100% similarity]
tests/misc/groups-version.sh [moved from tests/misc/groups-version with 100% similarity]
tests/misc/head-c.sh [moved from tests/misc/head-c with 100% similarity]
tests/misc/head-elide-tail.pl [moved from tests/misc/head-elide-tail with 100% similarity]
tests/misc/head-pos.sh [moved from tests/misc/head-pos with 100% similarity]
tests/misc/head.pl [moved from tests/misc/head with 100% similarity]
tests/misc/help-version.sh [moved from tests/misc/help-version with 100% similarity]
tests/misc/id-context.sh [moved from tests/misc/id-context with 100% similarity]
tests/misc/id-groups.sh [moved from tests/misc/id-groups with 100% similarity]
tests/misc/id-setgid.sh [moved from tests/misc/id-setgid with 100% similarity]
tests/misc/invalid-opt.pl [moved from tests/misc/invalid-opt with 100% similarity]
tests/misc/join.pl [moved from tests/misc/join with 100% similarity]
tests/misc/ls-misc.pl [moved from tests/misc/ls-misc with 100% similarity]
tests/misc/ls-time.sh [moved from tests/misc/ls-time with 100% similarity]
tests/misc/md5sum-bsd.sh [moved from tests/misc/md5sum-bsd with 100% similarity]
tests/misc/md5sum-newline.pl [moved from tests/misc/md5sum-newline with 100% similarity]
tests/misc/md5sum-parallel.sh [moved from tests/misc/md5sum-parallel with 100% similarity]
tests/misc/md5sum.pl [moved from tests/misc/md5sum with 100% similarity]
tests/misc/mknod.sh [moved from tests/misc/mknod with 100% similarity]
tests/misc/mktemp.pl [moved from tests/misc/mktemp with 100% similarity]
tests/misc/nice-fail.sh [moved from tests/misc/nice-fail with 100% similarity]
tests/misc/nice.sh [moved from tests/misc/nice with 100% similarity]
tests/misc/nl.sh [moved from tests/misc/nl with 100% similarity]
tests/misc/nohup.sh [moved from tests/misc/nohup with 100% similarity]
tests/misc/nproc-avail.sh [moved from tests/misc/nproc-avail with 100% similarity]
tests/misc/nproc-positive.sh [moved from tests/misc/nproc-positive with 100% similarity]
tests/misc/od-N.sh [moved from tests/misc/od-N with 100% similarity]
tests/misc/od-float.sh [moved from tests/misc/od-float with 100% similarity]
tests/misc/od-multiple-t.sh [moved from tests/misc/od-multiple-t with 100% similarity]
tests/misc/od-x8.sh [moved from tests/misc/od-x8 with 100% similarity]
tests/misc/od.pl [moved from tests/misc/od with 100% similarity]
tests/misc/paste.pl [moved from tests/misc/paste with 100% similarity]
tests/misc/pathchk1.sh [moved from tests/misc/pathchk1 with 100% similarity]
tests/misc/pr.pl [moved from tests/misc/pr with 100% similarity]
tests/misc/printenv.sh [moved from tests/misc/printenv with 100% similarity]
tests/misc/printf-cov.pl [moved from tests/misc/printf-cov with 100% similarity]
tests/misc/printf-hex.sh [moved from tests/misc/printf-hex with 100% similarity]
tests/misc/printf-surprise.sh [moved from tests/misc/printf-surprise with 100% similarity]
tests/misc/printf.sh [moved from tests/misc/printf with 100% similarity]
tests/misc/ptx-overrun.sh [moved from tests/misc/ptx-overrun with 100% similarity]
tests/misc/ptx.pl [moved from tests/misc/ptx with 100% similarity]
tests/misc/pwd-long.sh [moved from tests/misc/pwd-long with 100% similarity]
tests/misc/pwd-option.sh [moved from tests/misc/pwd-option with 100% similarity]
tests/misc/readlink-fp-loop.sh [moved from tests/misc/readlink-fp-loop with 100% similarity]
tests/misc/readlink-root.sh [moved from tests/misc/readlink-root with 100% similarity]
tests/misc/realpath.sh [moved from tests/misc/realpath with 100% similarity]
tests/misc/runcon-no-reorder.sh [moved from tests/misc/runcon-no-reorder with 100% similarity]
tests/misc/selinux.sh [moved from tests/misc/selinux with 100% similarity]
tests/misc/seq-long-double.sh [moved from tests/misc/seq-long-double with 100% similarity]
tests/misc/seq.pl [moved from tests/misc/seq with 100% similarity]
tests/misc/sha1sum-vec.pl [moved from tests/misc/sha1sum-vec with 100% similarity]
tests/misc/sha1sum.pl [moved from tests/misc/sha1sum with 100% similarity]
tests/misc/sha224sum.pl [moved from tests/misc/sha224sum with 100% similarity]
tests/misc/sha256sum.pl [moved from tests/misc/sha256sum with 100% similarity]
tests/misc/sha384sum.pl [moved from tests/misc/sha384sum with 100% similarity]
tests/misc/sha512sum.pl [moved from tests/misc/sha512sum with 100% similarity]
tests/misc/shred-exact.sh [moved from tests/misc/shred-exact with 100% similarity]
tests/misc/shred-passes.sh [moved from tests/misc/shred-passes with 100% similarity]
tests/misc/shred-remove.sh [moved from tests/misc/shred-remove with 100% similarity]
tests/misc/shuf.sh [moved from tests/misc/shuf with 100% similarity]
tests/misc/sort-NaN-infloop.sh [moved from tests/misc/sort-NaN-infloop with 100% similarity]
tests/misc/sort-benchmark-random.sh [moved from tests/misc/sort-benchmark-random with 100% similarity]
tests/misc/sort-compress-hang.sh [moved from tests/misc/sort-compress-hang with 100% similarity]
tests/misc/sort-compress-proc.sh [moved from tests/misc/sort-compress-proc with 100% similarity]
tests/misc/sort-compress.sh [moved from tests/misc/sort-compress with 100% similarity]
tests/misc/sort-continue.sh [moved from tests/misc/sort-continue with 100% similarity]
tests/misc/sort-debug-keys.sh [moved from tests/misc/sort-debug-keys with 100% similarity]
tests/misc/sort-debug-warn.sh [moved from tests/misc/sort-debug-warn with 100% similarity]
tests/misc/sort-discrim.sh [moved from tests/misc/sort-discrim with 100% similarity]
tests/misc/sort-exit-early.sh [moved from tests/misc/sort-exit-early with 100% similarity]
tests/misc/sort-files0-from.pl [moved from tests/misc/sort-files0-from with 100% similarity]
tests/misc/sort-float.sh [moved from tests/misc/sort-float with 100% similarity]
tests/misc/sort-merge-fdlimit.sh [moved from tests/misc/sort-merge-fdlimit with 100% similarity]
tests/misc/sort-merge.pl [moved from tests/misc/sort-merge with 100% similarity]
tests/misc/sort-month.sh [moved from tests/misc/sort-month with 100% similarity]
tests/misc/sort-rand.sh [moved from tests/misc/sort-rand with 100% similarity]
tests/misc/sort-spinlock-abuse.sh [moved from tests/misc/sort-spinlock-abuse with 100% similarity]
tests/misc/sort-stale-thread-mem.sh [moved from tests/misc/sort-stale-thread-mem with 100% similarity]
tests/misc/sort-u-FMR.sh [moved from tests/misc/sort-u-FMR with 100% similarity]
tests/misc/sort-unique-segv.sh [moved from tests/misc/sort-unique-segv with 100% similarity]
tests/misc/sort-unique.sh [moved from tests/misc/sort-unique with 100% similarity]
tests/misc/sort-version.sh [moved from tests/misc/sort-version with 100% similarity]
tests/misc/sort.pl [moved from tests/misc/sort with 100% similarity]
tests/misc/stat-birthtime.sh [moved from tests/misc/stat-birthtime with 100% similarity]
tests/misc/stat-fmt.sh [moved from tests/misc/stat-fmt with 100% similarity]
tests/misc/stat-hyphen.sh [moved from tests/misc/stat-hyphen with 100% similarity]
tests/misc/stat-mount.sh [moved from tests/misc/stat-mount with 100% similarity]
tests/misc/stat-nanoseconds.sh [moved from tests/misc/stat-nanoseconds with 100% similarity]
tests/misc/stat-printf.pl [moved from tests/misc/stat-printf with 100% similarity]
tests/misc/stat-slash.sh [moved from tests/misc/stat-slash with 100% similarity]
tests/misc/stdbuf.sh [moved from tests/misc/stdbuf with 100% similarity]
tests/misc/stty-invalid.sh [moved from tests/misc/stty-invalid with 100% similarity]
tests/misc/stty-pairs.sh [moved from tests/misc/stty-pairs with 100% similarity]
tests/misc/stty-row-col.sh [moved from tests/misc/stty-row-col with 100% similarity]
tests/misc/stty.sh [moved from tests/misc/stty with 100% similarity]
tests/misc/sum-sysv.sh [moved from tests/misc/sum-sysv with 100% similarity]
tests/misc/sum.pl [moved from tests/misc/sum with 100% similarity]
tests/misc/tac-2-nonseekable.sh [moved from tests/misc/tac-2-nonseekable with 100% similarity]
tests/misc/tac-continue.sh [moved from tests/misc/tac-continue with 100% similarity]
tests/misc/tac.pl [moved from tests/misc/tac with 100% similarity]
tests/misc/tail.pl [moved from tests/misc/tail with 100% similarity]
tests/misc/tee-dash.sh [moved from tests/misc/tee-dash with 100% similarity]
tests/misc/tee.sh [moved from tests/misc/tee with 100% similarity]
tests/misc/test-diag.pl [moved from tests/misc/test-diag with 100% similarity]
tests/misc/test.pl [moved from tests/misc/test with 100% similarity]
tests/misc/timeout-group.sh [moved from tests/misc/timeout-group with 100% similarity]
tests/misc/timeout-parameters.sh [moved from tests/misc/timeout-parameters with 100% similarity]
tests/misc/timeout.sh [moved from tests/misc/timeout with 100% similarity]
tests/misc/tr-case-class.sh [moved from tests/misc/tr-case-class with 100% similarity]
tests/misc/tr.pl [moved from tests/misc/tr with 100% similarity]
tests/misc/truncate-dangling-symlink.sh [moved from tests/misc/truncate-dangling-symlink with 100% similarity]
tests/misc/truncate-dir-fail.sh [moved from tests/misc/truncate-dir-fail with 100% similarity]
tests/misc/truncate-fail-diag.sh [moved from tests/misc/truncate-fail-diag with 100% similarity]
tests/misc/truncate-fifo.sh [moved from tests/misc/truncate-fifo with 100% similarity]
tests/misc/truncate-no-create-missing.sh [moved from tests/misc/truncate-no-create-missing with 100% similarity]
tests/misc/truncate-overflow.sh [moved from tests/misc/truncate-overflow with 100% similarity]
tests/misc/truncate-owned-by-other.sh [moved from tests/misc/truncate-owned-by-other with 100% similarity]
tests/misc/truncate-parameters.sh [moved from tests/misc/truncate-parameters with 100% similarity]
tests/misc/truncate-relative.sh [moved from tests/misc/truncate-relative with 100% similarity]
tests/misc/tsort.pl [moved from tests/misc/tsort with 100% similarity]
tests/misc/tty-eof.pl [moved from tests/misc/tty-eof with 100% similarity]
tests/misc/unexpand.pl [moved from tests/misc/unexpand with 100% similarity]
tests/misc/uniq-perf.sh [moved from tests/misc/uniq-perf with 100% similarity]
tests/misc/uniq.pl [moved from tests/misc/uniq with 100% similarity]
tests/misc/wc-files0-from.pl [moved from tests/misc/wc-files0-from with 100% similarity]
tests/misc/wc-files0.sh [moved from tests/misc/wc-files0 with 100% similarity]
tests/misc/wc-parallel.sh [moved from tests/misc/wc-parallel with 100% similarity]
tests/misc/wc.pl [moved from tests/misc/wc with 100% similarity]
tests/misc/xattr.sh [moved from tests/misc/xattr with 100% similarity]
tests/misc/xstrtol.pl [moved from tests/misc/xstrtol with 100% similarity]
tests/mkdir/p-1.sh [moved from tests/mkdir/p-1 with 100% similarity]
tests/mkdir/p-2.sh [moved from tests/mkdir/p-2 with 100% similarity]
tests/mkdir/p-3.sh [moved from tests/mkdir/p-3 with 100% similarity]
tests/mkdir/p-slashdot.sh [moved from tests/mkdir/p-slashdot with 100% similarity]
tests/mkdir/p-thru-slink.sh [moved from tests/mkdir/p-thru-slink with 100% similarity]
tests/mkdir/p-v.sh [moved from tests/mkdir/p-v with 100% similarity]
tests/mkdir/parents.sh [moved from tests/mkdir/parents with 100% similarity]
tests/mkdir/perm.sh [moved from tests/mkdir/perm with 100% similarity]
tests/mkdir/selinux.sh [moved from tests/mkdir/selinux with 100% similarity]
tests/mkdir/special-1.sh [moved from tests/mkdir/special-1 with 100% similarity]
tests/mkdir/t-slash.sh [moved from tests/mkdir/t-slash with 100% similarity]
tests/mkdir/writable-under-readonly.sh [moved from tests/mkdir/writable-under-readonly with 100% similarity]
tests/mv/acl.sh [moved from tests/mv/acl with 100% similarity]
tests/mv/atomic.sh [moved from tests/mv/atomic with 100% similarity]
tests/mv/atomic2.sh [moved from tests/mv/atomic2 with 100% similarity]
tests/mv/backup-dir.sh [moved from tests/mv/backup-dir with 100% similarity]
tests/mv/backup-is-src.sh [moved from tests/mv/backup-is-src with 100% similarity]
tests/mv/childproof.sh [moved from tests/mv/childproof with 100% similarity]
tests/mv/diag.sh [moved from tests/mv/diag with 100% similarity]
tests/mv/dir-file.sh [moved from tests/mv/dir-file with 100% similarity]
tests/mv/dir2dir.sh [moved from tests/mv/dir2dir with 100% similarity]
tests/mv/dup-source.sh [moved from tests/mv/dup-source with 100% similarity]
tests/mv/force.sh [moved from tests/mv/force with 100% similarity]
tests/mv/hard-2.sh [moved from tests/mv/hard-2 with 100% similarity]
tests/mv/hard-3.sh [moved from tests/mv/hard-3 with 100% similarity]
tests/mv/hard-4.sh [moved from tests/mv/hard-4 with 100% similarity]
tests/mv/hard-link-1.sh [moved from tests/mv/hard-link-1 with 100% similarity]
tests/mv/hard-verbose.sh [moved from tests/mv/hard-verbose with 100% similarity]
tests/mv/i-1.pl [moved from tests/mv/i-1 with 100% similarity]
tests/mv/i-2.sh [moved from tests/mv/i-2 with 100% similarity]
tests/mv/i-3.sh [moved from tests/mv/i-3 with 100% similarity]
tests/mv/i-4.sh [moved from tests/mv/i-4 with 100% similarity]
tests/mv/i-5.sh [moved from tests/mv/i-5 with 100% similarity]
tests/mv/i-link-no.sh [moved from tests/mv/i-link-no with 100% similarity]
tests/mv/into-self-2.sh [moved from tests/mv/into-self-2 with 100% similarity]
tests/mv/into-self-3.sh [moved from tests/mv/into-self-3 with 100% similarity]
tests/mv/into-self-4.sh [moved from tests/mv/into-self-4 with 100% similarity]
tests/mv/into-self.sh [moved from tests/mv/into-self with 100% similarity]
tests/mv/leak-fd.sh [moved from tests/mv/leak-fd with 100% similarity]
tests/mv/mv-n.sh [moved from tests/mv/mv-n with 100% similarity]
tests/mv/mv-special-1.sh [moved from tests/mv/mv-special-1 with 100% similarity]
tests/mv/no-target-dir.sh [moved from tests/mv/no-target-dir with 100% similarity]
tests/mv/part-fail.sh [moved from tests/mv/part-fail with 100% similarity]
tests/mv/part-hardlink.sh [moved from tests/mv/part-hardlink with 100% similarity]
tests/mv/part-rename.sh [moved from tests/mv/part-rename with 100% similarity]
tests/mv/part-symlink.sh [moved from tests/mv/part-symlink with 100% similarity]
tests/mv/partition-perm.sh [moved from tests/mv/partition-perm with 100% similarity]
tests/mv/perm-1.sh [moved from tests/mv/perm-1 with 100% similarity]
tests/mv/sticky-to-xpart.sh [moved from tests/mv/sticky-to-xpart with 100% similarity]
tests/mv/symlink-onto-hardlink-to-self.sh [moved from tests/mv/symlink-onto-hardlink-to-self with 100% similarity]
tests/mv/symlink-onto-hardlink.sh [moved from tests/mv/symlink-onto-hardlink with 100% similarity]
tests/mv/to-symlink.sh [moved from tests/mv/to-symlink with 100% similarity]
tests/mv/trailing-slash.sh [moved from tests/mv/trailing-slash with 100% similarity]
tests/mv/update.sh [moved from tests/mv/update with 100% similarity]
tests/pr/pr-tests.pl [moved from tests/pr/pr-tests with 100% similarity]
tests/readlink/can-e.sh [moved from tests/readlink/can-e with 100% similarity]
tests/readlink/can-f.sh [moved from tests/readlink/can-f with 100% similarity]
tests/readlink/can-m.sh [moved from tests/readlink/can-m with 100% similarity]
tests/readlink/rl-1.sh [moved from tests/readlink/rl-1 with 100% similarity]
tests/rm/cycle.sh [moved from tests/rm/cycle with 100% similarity]
tests/rm/d-1.sh [moved from tests/rm/d-1 with 100% similarity]
tests/rm/d-2.sh [moved from tests/rm/d-2 with 100% similarity]
tests/rm/d-3.sh [moved from tests/rm/d-3 with 100% similarity]
tests/rm/dangling-symlink.sh [moved from tests/rm/dangling-symlink with 100% similarity]
tests/rm/deep-1.sh [moved from tests/rm/deep-1 with 100% similarity]
tests/rm/deep-2.sh [moved from tests/rm/deep-2 with 100% similarity]
tests/rm/dir-no-w.sh [moved from tests/rm/dir-no-w with 100% similarity]
tests/rm/dir-nonrecur.sh [moved from tests/rm/dir-nonrecur with 100% similarity]
tests/rm/dot-rel.sh [moved from tests/rm/dot-rel with 100% similarity]
tests/rm/empty-inacc.sh [moved from tests/rm/empty-inacc with 100% similarity]
tests/rm/empty-name.pl [moved from tests/rm/empty-name with 100% similarity]
tests/rm/ext3-perf.sh [moved from tests/rm/ext3-perf with 100% similarity]
tests/rm/f-1.sh [moved from tests/rm/f-1 with 100% similarity]
tests/rm/fail-2eperm.sh [moved from tests/rm/fail-2eperm with 100% similarity]
tests/rm/fail-eacces.sh [moved from tests/rm/fail-eacces with 100% similarity]
tests/rm/hash.sh [moved from tests/rm/hash with 100% similarity]
tests/rm/i-1.sh [moved from tests/rm/i-1 with 100% similarity]
tests/rm/i-never.sh [moved from tests/rm/i-never with 100% similarity]
tests/rm/i-no-r.sh [moved from tests/rm/i-no-r with 100% similarity]
tests/rm/ignorable.sh [moved from tests/rm/ignorable with 100% similarity]
tests/rm/inaccessible.sh [moved from tests/rm/inaccessible with 100% similarity]
tests/rm/interactive-always.sh [moved from tests/rm/interactive-always with 100% similarity]
tests/rm/interactive-once.sh [moved from tests/rm/interactive-once with 100% similarity]
tests/rm/ir-1.sh [moved from tests/rm/ir-1 with 100% similarity]
tests/rm/isatty.sh [moved from tests/rm/isatty with 100% similarity]
tests/rm/many-dir-entries-vs-OOM.sh [moved from tests/rm/many-dir-entries-vs-OOM with 100% similarity]
tests/rm/no-give-up.sh [moved from tests/rm/no-give-up with 100% similarity]
tests/rm/one-file-system.sh [moved from tests/rm/one-file-system with 100% similarity]
tests/rm/one-file-system2.sh [moved from tests/rm/one-file-system2 with 100% similarity]
tests/rm/r-1.sh [moved from tests/rm/r-1 with 100% similarity]
tests/rm/r-2.sh [moved from tests/rm/r-2 with 100% similarity]
tests/rm/r-3.sh [moved from tests/rm/r-3 with 100% similarity]
tests/rm/r-4.sh [moved from tests/rm/r-4 with 100% similarity]
tests/rm/read-only.sh [moved from tests/rm/read-only with 100% similarity]
tests/rm/readdir-bug.sh [moved from tests/rm/readdir-bug with 100% similarity]
tests/rm/rm1.sh [moved from tests/rm/rm1 with 100% similarity]
tests/rm/rm2.sh [moved from tests/rm/rm2 with 100% similarity]
tests/rm/rm3.sh [moved from tests/rm/rm3 with 100% similarity]
tests/rm/rm4.sh [moved from tests/rm/rm4 with 100% similarity]
tests/rm/rm5.sh [moved from tests/rm/rm5 with 100% similarity]
tests/rm/sunos-1.sh [moved from tests/rm/sunos-1 with 100% similarity]
tests/rm/unread2.sh [moved from tests/rm/unread2 with 100% similarity]
tests/rm/unread3.sh [moved from tests/rm/unread3 with 100% similarity]
tests/rm/unreadable.pl [moved from tests/rm/unreadable with 100% similarity]
tests/rm/v-slash.sh [moved from tests/rm/v-slash with 100% similarity]
tests/rmdir/fail-perm.sh [moved from tests/rmdir/fail-perm with 100% similarity]
tests/rmdir/ignore.sh [moved from tests/rmdir/ignore with 100% similarity]
tests/rmdir/t-slash.sh [moved from tests/rmdir/t-slash with 100% similarity]
tests/split/additional-suffix.sh [moved from tests/split/additional-suffix with 100% similarity]
tests/split/b-chunk.sh [moved from tests/split/b-chunk with 100% similarity]
tests/split/fail.sh [moved from tests/split/fail with 100% similarity]
tests/split/filter.sh [moved from tests/split/filter with 100% similarity]
tests/split/guard-input.sh [moved from tests/split/guard-input with 100% similarity]
tests/split/l-chunk.sh [moved from tests/split/l-chunk with 100% similarity]
tests/split/lines.sh [moved from tests/split/lines with 100% similarity]
tests/split/numeric.sh [moved from tests/split/numeric with 100% similarity]
tests/split/r-chunk.sh [moved from tests/split/r-chunk with 100% similarity]
tests/split/suffix-auto-length.sh [moved from tests/split/suffix-auto-length with 100% similarity]
tests/split/suffix-length.sh [moved from tests/split/suffix-length with 100% similarity]
tests/tail-2/F-vs-missing.sh [moved from tests/tail-2/F-vs-missing with 100% similarity]
tests/tail-2/F-vs-rename.sh [moved from tests/tail-2/F-vs-rename with 100% similarity]
tests/tail-2/append-only.sh [moved from tests/tail-2/append-only with 100% similarity]
tests/tail-2/assert-2.sh [moved from tests/tail-2/assert-2 with 100% similarity]
tests/tail-2/assert.sh [moved from tests/tail-2/assert with 100% similarity]
tests/tail-2/big-4gb.sh [moved from tests/tail-2/big-4gb with 100% similarity]
tests/tail-2/flush-initial.sh [moved from tests/tail-2/flush-initial with 100% similarity]
tests/tail-2/follow-name.sh [moved from tests/tail-2/follow-name with 100% similarity]
tests/tail-2/follow-stdin.sh [moved from tests/tail-2/follow-stdin with 100% similarity]
tests/tail-2/infloop-1.sh [moved from tests/tail-2/infloop-1 with 100% similarity]
tests/tail-2/inotify-hash-abuse.sh [moved from tests/tail-2/inotify-hash-abuse with 100% similarity]
tests/tail-2/inotify-hash-abuse2.sh [moved from tests/tail-2/inotify-hash-abuse2 with 100% similarity]
tests/tail-2/inotify-race.sh [moved from tests/tail-2/inotify-race with 100% similarity]
tests/tail-2/inotify-rotate.sh [moved from tests/tail-2/inotify-rotate with 100% similarity]
tests/tail-2/pid.sh [moved from tests/tail-2/pid with 100% similarity]
tests/tail-2/pipe-f.sh [moved from tests/tail-2/pipe-f with 100% similarity]
tests/tail-2/pipe-f2.sh [moved from tests/tail-2/pipe-f2 with 100% similarity]
tests/tail-2/proc-ksyms.sh [moved from tests/tail-2/proc-ksyms with 100% similarity]
tests/tail-2/start-middle.sh [moved from tests/tail-2/start-middle with 100% similarity]
tests/tail-2/tail-n0f.sh [moved from tests/tail-2/tail-n0f with 100% similarity]
tests/tail-2/wait.sh [moved from tests/tail-2/wait with 100% similarity]
tests/touch/60-seconds.sh [moved from tests/touch/60-seconds with 100% similarity]
tests/touch/dangling-symlink.sh [moved from tests/touch/dangling-symlink with 100% similarity]
tests/touch/dir-1.sh [moved from tests/touch/dir-1 with 100% similarity]
tests/touch/empty-file.sh [moved from tests/touch/empty-file with 100% similarity]
tests/touch/fail-diag.sh [moved from tests/touch/fail-diag with 100% similarity]
tests/touch/fifo.sh [moved from tests/touch/fifo with 100% similarity]
tests/touch/no-create-missing.sh [moved from tests/touch/no-create-missing with 100% similarity]
tests/touch/no-dereference.sh [moved from tests/touch/no-dereference with 100% similarity]
tests/touch/no-rights.sh [moved from tests/touch/no-rights with 100% similarity]
tests/touch/not-owner.sh [moved from tests/touch/not-owner with 100% similarity]
tests/touch/now-owned-by-other.sh [moved from tests/touch/now-owned-by-other with 100% similarity]
tests/touch/obsolescent.sh [moved from tests/touch/obsolescent with 100% similarity]
tests/touch/read-only.sh [moved from tests/touch/read-only with 100% similarity]
tests/touch/relative.sh [moved from tests/touch/relative with 100% similarity]
tests/touch/trailing-slash.sh [moved from tests/touch/trailing-slash with 100% similarity]