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

run_binary "./pflash" "-h"
if [ "$?" -ne 0 ] ; then
	fail_test
fi

strip_version_from_result "pflash"

diff_with_result

pass_test