summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-13 19:29:21 +0100
committerJim Meyering <jim@meyering.net>2007-03-29 21:37:06 +0200
commit5a7fe9c0f8a3154d52d44265c73675b91441b209 (patch)
treed065aa0983b50a621c37223215e06d7bb53431a6 /tests
parent3459fe45061e06d00ab652432ca33e15519d90fb (diff)
downloadcoreutils-5a7fe9c0f8a3154d52d44265c73675b91441b209.tar.xz
* tests/misc/selinux [VERBOSE]: Print version info for each
of the tested tools, not just ls.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/selinux4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/misc/selinux b/tests/misc/selinux
index 1207161fd..b8499842b 100755
--- a/tests/misc/selinux
+++ b/tests/misc/selinux
@@ -3,7 +3,11 @@
if test "$VERBOSE" = yes; then
set -x
+ chcon --version
+ cp --version
ls --version
+ mv --version
+ stat --version
fi
. $srcdir/../envvar-check