X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/25c2a6ac0e1f45a0c4fcc425ddaa5e9027a868ac..01894cf01fef34d6746711ba1bb17323ab8344b6:/testsuite/chown.test diff --git a/testsuite/chown.test b/testsuite/chown.test index db693a13..698593b6 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -36,9 +36,8 @@ chown 5001 "$name2" || test_skipped "Can't chown (probably need root)" chgrp 5002 "$name1" || test_skipped "Can't chgrp (probably need root)" chgrp 5003 "$name2" || test_skipped "Can't chgrp (probably need root)" -# This makes sure that multi-file, non-dir, relative transfers work. cd "$fromdir/.." -checkit "$RSYNC -aHvv from/* to/" "$fromdir" "$todir" +checkit "$RSYNC -aHvv from/ to/" "$fromdir" "$todir" # The script would have aborted on error, so getting here means we've won. exit 0