#!/bin/sh
# DF-0927 run: execute the deterministic dirent-walk harness.
cd "$(dirname "$0")"
./harness
echo "RUN_EXIT=$?"
