aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/external/gard/test/tests/02-usage
blob: 7ef3c04e67c4fdc90c38b67b6272269f45b01ade (plain)
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