X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstmarc.sh;h=6713ca068f87b438ba30757053387a511525785b;hp=2529698b00e3ec24d665da90445a135c790442f3;hb=1d1a480fa1fc743cc5d471ffbd1fad81ff23192d;hpb=c54a5790984e8bd597a8ccd4d1d2d0cae6da8af3 diff --git a/test/tstmarc.sh b/test/tstmarc.sh index 2529698..6713ca0 100755 --- a/test/tstmarc.sh +++ b/test/tstmarc.sh @@ -63,7 +63,7 @@ binmarc_convert() { echo "Failed decode of $f" ecode=1 elif test -f $OLD; then -# echo "diff $OLD $NEW " +# echo "diff $OLD $NEW " if diff $OLD $NEW >$DIFF; then rm $DIFF rm $NEW @@ -77,10 +77,10 @@ binmarc_convert() { fi # check with original REVERT=`basename ${f}`.marc.revert - ../util/yaz-marcdump -f utf-8 -t $CHR -i ${REVERT_FORMAT} -o marc $f > $REVERT - hexdump -cx $REVERT > $REVERT.hex - hexdump -cx $ORIGINAL > $ORIGINAL.hex - diff $REVERT.hex $ORIGINAL.hex > $REVERT.diff + #../util/yaz-marcdump -f utf-8 -t $CHR -i ${REVERT_FORMAT} -o marc $f > $REVERT + #hexdump -cx $REVERT > $REVERT.hex + #hexdump -cx $ORIGINAL > $ORIGINAL.hex + #diff $REVERT.hex $ORIGINAL.hex > $REVERT.diff fi done return $ecode