X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/71cb9df386acebe1811ff1ef79249a6b6aaea78e..043ef55b227146d2482859c66573b3229042ee75:/testsuite/chmod-option.test diff --git a/testsuite/chmod-option.test b/testsuite/chmod-option.test index 4dc01cc7..3e5fd285 100644 --- a/testsuite/chmod-option.test +++ b/testsuite/chmod-option.test @@ -39,8 +39,7 @@ chmod +w "$checkdir" "$checkdir"/dir* checkit "$RSYNC -avv --chmod ug-s,a+rX,D+w \"$fromdir/\" \"$todir/\"" "$checkdir" "$todir" rm -r "$fromdir" "$checkdir" "$todir" -makepath "$todir" -makepath "$fromdir/foo" +makepath "$todir" "$fromdir/foo" touch "$fromdir/bar" checkit "$RSYNC -avv \"$fromdir/\" \"$checkdir/\"" "$fromdir" "$checkdir" @@ -66,7 +65,7 @@ export RSYNC_CONNECT_PROG rm -r "$todir" makepath "$todir" -checkit "$RSYNC -rtvv \"$fromdir/\" localhost::test-incoming-chmod/" "$checkdir" "$todir" +checkit "$RSYNC -avv --no-perms \"$fromdir/\" localhost::test-incoming-chmod/" "$checkdir" "$todir" # The script would have aborted on error, so getting here means we've won. exit 0