Solaris does not have diff -u.
[rsync/rsync.git] / testsuite / rsync.fns
index 1e9e819..6aee8de 100644 (file)
@@ -152,7 +152,7 @@ checkit() {
     echo ""
     for f in `cd "$2"; find . -type f -print `
     do 
-        diff -u "$2"/"$f" "$3"/"$f" || failed=YES
+        diff -c "$2"/"$f" "$3"/"$f" || failed=YES
     done
 
     echo "-------------"