blob: 7ef3c04e67c4fdc90c38b67b6272269f45b01ade [file] [log] [blame]
#! /bin/sh
# This test fails on FSP based system. Hence skip this test.
if [ -d "/proc/device-tree/fsps" ] ; then
return 0
fi
run_binary "./opal-gard"
if [ "$?" -ne 1 ] ; then
fail_test
fi
strip_version_from_result "gard"
diff_with_result
pass_test