summaryrefslogtreecommitdiffstats
path: root/external/gard/test/tests/07-create-slash
blob: 3897a7b55622e6c251c9e3021ffa3b06b855d540 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

run_binary "./gard" "-p -e -f test/files/blank.bin create /"
if [ "$?" -eq 0 ]; then
	fail_test
fi

diff_with_result

pass_test
OpenPOWER on IntegriCloud