--- old/compiler/4671460/Test4671460.sh Tue Jan 6 16:12:36 2009 +++ new/compiler/4671460/Test4671460.sh Tue Jan 6 16:12:36 2009 @@ -57,8 +57,7 @@ ${TESTJAVA}${FS}bin${FS}java ${BIT_FLAG} -server CharArrTest > test.out 2>&1 - FROM_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 ]