libvma/tests/sanity.sh

10 lines
129 B
Bash
Raw Permalink Normal View History

#!/bin/bash
#
# This is a simple sanity test to satisfy the RHEL8.1 onboard gating
# requirement.
vmad --help
ret=$?
exit $ret