#!/bin/sh
# DF-0411 run: exercise the parser-copy test. Terminates for ALL inputs (false positive).
cd "$(dirname "$0")"
./parse 2>&1
echo "RUN_RC=$?"
