Merge branch 'feature/test-suite'
[tatoo.git] / tools / gen_test.sh
index 111052f..3e5a34f 100755 (executable)
@@ -20,6 +20,6 @@ mkdir -p "$RESULTS"
 
 cat "$QUERIES" | grep -v '^#' | while read qname q
 do
-    echo "Computing $q" 
+    echo "Computing $q"
     java XPathEval "$FILE" "$q" > "$RESULTS"/"$qname".xml
 done