xref: /freebsd/contrib/one-true-awk/testdir/try (revision 23f24377b1a9ab6677f00f2302484d6658d94cab)
1*23f24377SWarner Loshtd=td.1
2*23f24377SWarner Losh
3*23f24377SWarner Loshfor i in $*
4*23f24377SWarner Loshdo
5*23f24377SWarner Losh	echo $i:
6*23f24377SWarner Losh	ind <$i
7*23f24377SWarner Losh	time ../a.out -f $i $td >foo1
8*23f24377SWarner Losh	time /usr/bin/awk -f $i $td >foo2
9*23f24377SWarner Losh	cmp foo1 foo2
10*23f24377SWarner Loshdone
11