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

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

diff_with_result

pass_test
OpenPOWER on IntegriCloud