diff options
author | Jim Meyering <meyering@redhat.com> | 2010-11-16 08:32:00 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-11-17 21:46:57 +0100 |
commit | ae5cfc9f12ddb7a3d1740bb0558726cbbd7d9cb6 (patch) | |
tree | 576c237cad75be449034e73016f917ad3d097ff5 | |
parent | 8f9be76b0d6995919ee960ce5864715faa11ea5b (diff) | |
download | coreutils-ae5cfc9f12ddb7a3d1740bb0558726cbbd7d9cb6.tar.xz |
tests: convert tests/misc/selinux manually
-rwxr-xr-x | tests/misc/selinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/selinux b/tests/misc/selinux index 0d798c1d2..1edb50167 100755 --- a/tests/misc/selinux +++ b/tests/misc/selinux @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && for i in chcon cp ls mv stat; do $i --version; done +print_ver_ chcon cp ls mv stat require_root_ require_selinux_ |