Pristine Ack-5.5
[Ack-5.5.git] / util / opt / testopt
1 : '$Id: testopt,v 2.3 1994/06/24 10:41:10 ceriel Exp $'
2 while true
3 do
4   (echo ' mes 2,2,2
5  pro $foo,0';cat;echo ' end') >t.e
6   ack -Ropt=${1-opt} -O -c.m t.e;ack -c.e t.m
7   cat t.e
8   echo '===== next case (interrupt to stop) ====='
9 done