X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a217ad3095f621eca116ce19e47cfccbb9c09836..f5be54d6abe3f3a331f40e58f899f66a60165a3c:/testsuite/rsync.fns diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 5525062a..1e9e8193 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -150,7 +150,11 @@ checkit() { echo "-------------" echo "check how the files compare with diff:" echo "" - diff -cr $2 $3 || failed=YES + for f in `cd "$2"; find . -type f -print ` + do + diff -u "$2"/"$f" "$3"/"$f" || failed=YES + done + echo "-------------" echo "check how the directory listings compare with diff:" echo ""