1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#! /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