#!/bin/sh
# Run the DF-1041 harness against the crafted CIS image.
set -e
cd "$(dirname "$0")"
./harness cis_image.bin
echo "RUN_EXIT=$?"
