From f494f2864cc392ed9fb5cdb448f67135b040d1a8 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 22 Mar 2002 05:59:12 +0000 Subject: [PATCH] Doc about checkit. --- testsuite/rsync.fns | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index cf4037dd..ddeafb17 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -137,6 +137,11 @@ makepath () { # Run a test (in '$1') then compare directories $2 and $3 to see if # there are any difference. If there are, explain them. +# So normally basically $1 should be an rsync command, and $2 and $3 +# the source and destination directories. This is only good when you +# expect to transfer the whole directory exactly as is. If some files +# should be excluded, you might need to use something else. + checkit() { failed= -- 2.34.1