#!/bin/sh
TEST=t05
${TEST_BUILDDIR}/tregex >$TEST.out 2>&1 || exit 1
diff $TEST.out ${TEST_SRCDIR}/$TEST.exp >$TEST.diff
