From: Wayne Davison Date: Mon, 21 May 2007 02:31:20 +0000 (+0000) Subject: Set -x option to diagnose what is going wrong on FreeBSD. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/434e77193cfb17e92a70e6519fd091700a2ec5a4 Set -x option to diagnose what is going wrong on FreeBSD. --- diff --git a/testsuite/exclude.test b/testsuite/exclude.test index e412d306..1aa33e32 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -203,6 +203,8 @@ $RSYNC -av --delete-excluded --exclude='*' "$fromdir/" "$todir/" checkit "$RSYNC -avv -f dir-merge,-_.excl \ \"$fromdir/\" \"$todir/\"" "$chkdir" "$todir" +set -x + relative_opts='--relative --chmod=Du+w --copy-unsafe-links' $RSYNC -av $relative_opts "$fromdir/foo" "$chkdir/" rm -rf "$chkdir$fromdir/foo/down"