aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/external/gard/test/tests/08-create-duplicate
blob: fad5d34990b7083eea5be26367364aaacb8ddf11 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

run_binary "./opal-gard" "-p -e -8 -f test/files/data1.bin create /Sys0/Node0/Membuf0"
if [ "$?" -eq 0 ]; then
	fail_test
fi

diff_with_result

pass_test