aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-13 19:29:21 +0100
committerJim Meyering <jim@meyering.net>2007-03-18 18:15:06 +0100
commit09ef5a443f3234b9a9da4c6ad884a978301cef3e (patch)
treead4bec29b173d37c4b2cbc0e68bdada66b1dd1ff
parent* src/c99-to-c89.diff: Remove the ls.c patch, now that I've (diff)
downloadcoreutils-09ef5a443f3234b9a9da4c6ad884a978301cef3e.tar.gz
coreutils-09ef5a443f3234b9a9da4c6ad884a978301cef3e.zip
* tests/misc/selinux [VERBOSE]: Print version info for each
of the tested tools, not just ls.
-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