blob: be60aed040c542cca8e1ac828eff2448c63bc85d [file] [log] [blame]
#! /bin/sh
run_binary "./opal-gard" "-p -e -f test/files/blank.bin create /doesnt_exist0"
if [ "$?" -eq 0 ]; then
fail_test
fi
diff_with_result
pass_test