summaryrefslogtreecommitdiffstats
path: root/external/gard/test/tests/00-list
blob: aa38fc3cf67123a914d02ec9b779ee5392776855 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

run_binary "./gard" "-p -e -8 -f test/files/data1.bin list"
if [ "$?" -ne 0 ] ; then
	fail_test
fi

diff_with_result

pass_test
OpenPOWER on IntegriCloud