]> 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 5ef44a29edc396358afb71d73f50639c665a0e26..41fb7ac7976e735609c134bc55af6b65f0bac013 100755 (executable)
@@ -49,7 +49,7 @@ if [[ ! "$rsync_version" =~ "ACLs" ]] || [[ "$rsync_version" =~ "no ACLs" ]]; th
     echo "Not comparing ACLs (not supported by available rsync)" 1>&2
 else
     case $OSTYPE in
-        cygwin|darwin)
+        cygwin|darwin|netbsd)
             echo "Not comparing ACLs (not yet supported on $OSTYPE)" 1>&2
             ;;
         *)
@@ -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