#! /bin/sh

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

diff_with_result

pass_test
