summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-selinux3
-rwxr-xr-xtests/misc/selinux4
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-selinux b/ChangeLog-selinux
index d89fb5e26..05200e364 100644
--- a/ChangeLog-selinux
+++ b/ChangeLog-selinux
@@ -1,5 +1,8 @@
2007-01-13 Jim Meyering <jim@meyering.net>
+ * tests/misc/selinux [VERBOSE]: Print version info for each
+ of the tested tools, not just ls.
+
* src/c99-to-c89.diff: Remove the ls.c patch, now that I've
temporarily removed the offending c99'ism.
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