aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/external/ffspart/test/tests/01-param-sanity
blob: d63736006e0e6b20c35df415c515177e6f56be29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

run_binary "./ffspart" "-c 3 -i /dev/null -p /dev/null"
if [ "$?" -ne 1 ] ; then
	fail_test
fi

strip_version_from_result "ffspart"

diff_with_result

pass_test