diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-13 19:29:21 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-29 21:37:06 +0200 |
commit | 5a7fe9c0f8a3154d52d44265c73675b91441b209 (patch) | |
tree | d065aa0983b50a621c37223215e06d7bb53431a6 | |
parent | 3459fe45061e06d00ab652432ca33e15519d90fb (diff) | |
download | coreutils-5a7fe9c0f8a3154d52d44265c73675b91441b209.tar.xz |
* tests/misc/selinux [VERBOSE]: Print version info for each
of the tested tools, not just ls.
-rw-r--r-- | ChangeLog-selinux | 3 | ||||
-rwxr-xr-x | tests/misc/selinux | 4 |
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 |