* tests/misc/selinux [VERBOSE]: Print version info for each

of the tested tools, not just ls.
This commit is contained in:
Jim Meyering 2007-01-13 19:29:21 +01:00
parent 3459fe4506
commit 5a7fe9c0f8
2 changed files with 7 additions and 0 deletions

View 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.

View File

@ -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