mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-01 14:03:30 +08:00
* tests/misc/selinux [VERBOSE]: Print version info for each
of the tested tools, not just ls.
This commit is contained in:
parent
3459fe4506
commit
5a7fe9c0f8
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user