From: Jim Meyering Date: Sat, 13 Jan 2007 18:29:21 +0000 (+0100) Subject: * tests/misc/selinux [VERBOSE]: Print version info for each X-Git-Tag: v6.9.89~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7fe9c0f8a3154d52d44265c73675b91441b209;p=thirdparty%2Fcoreutils.git * tests/misc/selinux [VERBOSE]: Print version info for each of the tested tools, not just ls. --- diff --git a/ChangeLog-selinux b/ChangeLog-selinux index d89fb5e26e..05200e3648 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 1207161fd8..b8499842b9 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