From 5a7fe9c0f8a3154d52d44265c73675b91441b209 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Jan 2007 19:29:21 +0100 Subject: * tests/misc/selinux [VERBOSE]: Print version info for each of the tested tools, not just ls. --- tests/misc/selinux | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/misc/selinux') 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 -- cgit v1.2.3-54-g00ecf