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

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

strip_version_from_result "ffspart"

diff_with_result

pass_test