#!/bin/sh
TEST=t03
./tpl -p 1,2,3,4,5,6,7,8 'foo[1-500]' '[1-500]' >$TEST.out 2>&1 || exit 1
diff $TEST.out $TEST.exp >$TEST.diff
