aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/external/ffspart/test/tests/11-long-name
blob: 893aad4785329acc9f585cf45bc2cc9ddd2438ad (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
touch $DATA_DIR/$CUR_TEST.gen

run_binary "./ffspart" "-s 0x100 -c 10 -i $DATA_DIR/$CUR_TEST.in -p $DATA_DIR/$CUR_TEST.gen"
if [ "$?" -ne 0 ] ; then
	fail_test
fi

diff_with_result

pass_test