Fix the Remakefile and testing script.
[tatoo.git] / tools / gen_test_results.sh
index c837618..b3d79e0 100755 (executable)
@@ -20,7 +20,7 @@ do
 
             echo -n "Diff ... "
             DIFFILE="$doc".results/"$qname"_"$N".diff
-            ./xml_diff.native $D > "$DIFFILE" 2>&1
+            ./tools/xml_diff.native $D > "$DIFFILE" 2>&1
             case "$?" in
                 "0")
                     echo "ok"