X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fscripts%2Fxpath.sh;fp=tests%2Fscripts%2Fxpath.sh;h=dec84762f3553670c454a773418fdb37c1ebf70f;hb=adbae5267917033dec93e753bbc81272d16ab218;hp=abb32b425c501ec0e3d376fe0d398b2d61ddbffc;hpb=8f5b2f0c7e95245c1b7f4cc18aa137ba8e784166;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 ""