libvma/tests/sanity.sh
Honggang Li 70eae623d4 Add gating test
Resolves: rhbz#1858572

Signed-off-by: Honggang Li <honli@redhat.com>
2021-07-27 03:02:50 -04:00

10 lines
129 B
Bash
Executable File

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