diff options
Diffstat (limited to 'tests/misc/chcon')
-rwxr-xr-x | tests/misc/chcon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/chcon b/tests/misc/chcon index 3aefab51b..cea296bdd 100755 --- a/tests/misc/chcon +++ b/tests/misc/chcon @@ -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 && chcon --version +print_ver_ chcon require_root_ require_selinux_ skip_if_mcstransd_is_running_ |