zoomtst3: print event name
[yaz-moved-to-github.git] / test / tstcql2xcql.sh
index 7bcda25..0085c23 100755 (executable)
@@ -7,9 +7,9 @@ secno=0
 testno=0
 comment=0
 ecode=0
-test -f ${srcdir}/cqlsample || exit 1
+test -f ${srcdir}/cql2xcqlsample || exit 1
 test -d cql || mkdir cql
-for f in `cat ${srcdir}/cqlsample`; do
+for f in `cat ${srcdir}/cql2xcqlsample`; do
        if echo $f | grep '^#' >/dev/null; then
                comment=1
        else