compiler/4671460/Test4671460.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** 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>&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 ] then STATUS=1

compiler/4671460/Test4671460.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File