*** old/compiler/4671460/Test4671460.sh Tue Jan 6 16:12:36 2009 --- new/compiler/4671460/Test4671460.sh Tue Jan 6 16:12:36 2009
*** 55,66 **** --- 55,65 ---- do rm -f test.out compare.out ${TESTJAVA}${FS}bin${FS}java ${BIT_FLAG} -server CharArrTest > test.out 2>&1FROM_LINE=`grep -n "\[Results\]" test.out | cut -f1 -d ':'`tail +${FROM_LINE} test.out > compare.out+ tail -3 test.out > compare.out diff ${TESTSRC}${FS}gold.txt compare.out > ${NULL} 2>&1 if [ $? != 0 ] then STATUS=1