]> arthur.barton.de Git - bup.git/blobdiff - t/compare-trees
Adjust sparse restore tests for test fs block size
[bup.git] / t / compare-trees
index 3f99b3c4c69a6ab63f6314daecc7415b9d4840ba..41fb7ac7976e735609c134bc55af6b65f0bac013 100755 (executable)
@@ -67,7 +67,7 @@ fi
 rsync $rsync_opts "$src" "$dest" > "$tmpfile" || exit $?
 
 if test $(wc -l < "$tmpfile") != 0; then
-    echo "Differences between $src and $dest"
+    echo "Differences between $src and $dest" 1>&2
     cat "$tmpfile"
     exit 1
 fi