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