X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tests%2Fscripts%2Fxpath.sh;h=dec84762f3553670c454a773418fdb37c1ebf70f;hb=a726eb19fac8763058762f499bcae849cbf78186;hp=abb32b425c501ec0e3d376fe0d398b2d61ddbffc;hpb=f13e136c2a88b76f437b57bfecaf50cb870d574b;p=SXSI%2Fxpathcomp.git diff --git a/tests/scripts/xpath.sh b/tests/scripts/xpath.sh index abb32b4..dec8476 100755 --- a/tests/scripts/xpath.sh +++ b/tests/scripts/xpath.sh @@ -37,10 +37,11 @@ then exit 1 fi - +echo "" if [ "$COUNT" == "0" ] then xmlstarlet sel -t -m "$QUERY" -c . -n "$FILE" else xmlstarlet sel -t -v "count($QUERY)" "$FILE" fi +echo ""