aboutsummaryrefslogtreecommitdiff
path: root/external/pflash/test/tests/00-usage
blob: 809b995a324d3a86488cf63518087d4359f7b8b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh
# SPDX-License-Identifier: Apache-2.0

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

strip_version_from_result "pflash"

diff_with_result

pass_test