X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstmarcxml.sh;h=b18a3a86fc214918954e118d2989f0650585acc3;hb=67471e87c134f2503546cdd250cd169b7d43d566;hp=0f5cd0b552d58c5e15a1746404b149cdc4547b30;hpb=98128a8684aa2474140872c25e8c2f5a231710b1;p=yaz-moved-to-github.git diff --git a/test/tstmarcxml.sh b/test/tstmarcxml.sh index 0f5cd0b..b18a3a8 100755 --- a/test/tstmarcxml.sh +++ b/test/tstmarcxml.sh @@ -1,6 +1,8 @@ #!/bin/sh -# $Id: tstmarcxml.sh,v 1.2 2006-04-20 19:47:02 adam Exp $ +# $Id: tstmarcxml.sh,v 1.3 2006-08-28 12:34:42 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 @@ -31,3 +33,8 @@ for f in ${srcdir}/marc?.xml; do done exit $ecode +# Local Variables: +# mode:shell-script +# sh-indentation: 2 +# sh-basic-offset: 4 +# End: