#! /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
