libvma/tests/sanity.sh
Kamal Heib 14ab153428 Add gating tests
Resolves: rhbz#2170074
Signed-off-by: Kamal Heib <kheib@redhat.com>
2023-06-05 13:18:57 -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