X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0480a946f50c19ddcaea170c8f5aec68ecfbc1d2..1c60d219472b3de0080cda807b014d011e3b5ccb:/testsuite/chmod-option.test diff --git a/testsuite/chmod-option.test b/testsuite/chmod-option.test index 9278fa57..20b3a51b 100644 --- a/testsuite/chmod-option.test +++ b/testsuite/chmod-option.test @@ -44,9 +44,9 @@ makepath "$fromdir/foo" touch "$fromdir/bar" checkit "$RSYNC -avv \"$fromdir/\" \"$checkdir/\"" "$fromdir" "$checkdir" -chmod +t "$checkdir"/bar +chmod o+x "$fromdir"/bar -checkit "$RSYNC -avv --chmod=F+t \"$fromdir/\" \"$todir/\"" "$checkdir" "$todir" +checkit "$RSYNC -avv --chmod=Fo-x \"$fromdir/\" \"$todir/\"" "$checkdir" "$todir" # Tickle a bug in rsync 2.6.8: if you push a new directory with --perms off to # a daemon with an incoming chmod, the daemon pretends the directory is a file @@ -57,7 +57,7 @@ cat >>"$scratchdir/test-rsyncd.conf" <