X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstmarcxml.sh;h=34c81e481e87972fc356e9af3272882d744646f5;hp=609362895cbc631c69fe34deca69b2bd9b5de01f;hb=259d7eb2a0c31853affc5147d1d57223345a1625;hpb=b05a82226d0840e32772c62285e9eab584ae000a diff --git a/test/tstmarcxml.sh b/test/tstmarcxml.sh index 6093628..34c81e4 100755 --- a/test/tstmarcxml.sh +++ b/test/tstmarcxml.sh @@ -1,12 +1,12 @@ #!/bin/sh -# $Id: tstmarcxml.sh,v 1.4 2006-12-15 19:28:47 adam Exp $ +# $Id: tstmarcxml.sh,v 1.5 2007-02-17 10:53:05 adam Exp $ # Tests reading of MARCXML and checks that we get identical ISO2709 output. # # Reads marc?.xml files , Generates marc?.xml.marc files srcdir=${srcdir:-.} ecode=0 # Skip this test if Libxml2 support is not enabled -../util/yaz-marcdump -x >/dev/null 2>&1 +../util/yaz-marcdump -i marcxml >/dev/null 2>&1 if test $? = "3"; then exit 0 fi