#!/bin/sh
# DF-0859 run: execute the deterministic harness as the unprivileged user.
cd "$(dirname "$0")"
./harness
echo "RUN_EXIT=$?"
