#!/bin/bash echo "test93: reweightprocess (15 sec)" cat >test93.in <test93.awk <test93.good <<-! 5613.61 11500 ! if ! g4bl test93.in >test93.out 2>&1 then echo "****** test93: g4bl FAILED! -- test93.* files left intact" exit 1 fi awk -f test93.awk test93.avg if ! ./comparecols test93.avg test93.good 250 3000 then echo "****** test93: Output Files DIFFER -- test93.* files left intact" exit 1 fi # clean up and exit rm test93.* exit 0