summaryrefslogtreecommitdiffstats
path: root/external/ffspart/test/tests/00-usage
blob: 0ca453f4d5dad7051d7fc91c473a4e730d933f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

run_binary "./ffspart"
if [ "$?" -ne 1 ] ; then
	fail_test
fi

strip_version_from_result "ffspart"

diff_with_result

pass_test
OpenPOWER on IntegriCloud