aboutsummaryrefslogtreecommitdiff
path: root/testdir/try
blob: 11d0dd82360114cddf6e09a3728206d2f83b534a (plain)
1
2
3
4
5
6
7
8
9
10
td=td.1

for i in $*
do
	echo $i:
	ind <$i
	time ../a.out -f $i $td >foo1
	time /usr/bin/awk -f $i $td >foo2
	cmp foo1 foo2
done