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