xref: /aosp_15_r20/external/one-true-awk/testdir/try (revision 9a7741de182b2776d7b30d6355f2585c0780a51b)
1*9a7741deSElliott Hughestd=td.1
2*9a7741deSElliott Hughes
3*9a7741deSElliott Hughesfor i in $*
4*9a7741deSElliott Hughesdo
5*9a7741deSElliott Hughes	echo $i:
6*9a7741deSElliott Hughes	ind <$i
7*9a7741deSElliott Hughes	time ../a.out -f $i $td >foo1
8*9a7741deSElliott Hughes	time /usr/bin/awk -f $i $td >foo2
9*9a7741deSElliott Hughes	cmp foo1 foo2
10*9a7741deSElliott Hughesdone
11