]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* tests/misc/selinux [VERBOSE]: Print version info for each
authorJim Meyering <jim@meyering.net>
Sat, 13 Jan 2007 18:29:21 +0000 (19:29 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 18 Mar 2007 17:15:06 +0000 (18:15 +0100)
of the tested tools, not just ls.

ChangeLog-selinux
tests/misc/selinux

index d89fb5e26e1dd41b94706764f4c041b7f8fd2fd8..05200e3648fc255af134d86eaa8a8f9787e3b041 100644 (file)
@@ -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.
 
index 1207161fd8f333fa71a83d78d3427a24dd6e7feb..b8499842b9bcac01ad0c995951d50fc66e834110 100755 (executable)
@@ -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