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. --- ChangeLog-selinux | 3 +++ tests/misc/selinux | 4 ++++ 2 files changed, 7 insertions(+) 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 + * 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 -- cgit v1.2.3-54-g00ecf