X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bb21ecac5bf5cb6e586476bbc754c709f71b3252..dbb20f6bc0f498f6f1a2cdddb05d41edbc2fafa5:/testsuite/chown.test diff --git a/testsuite/chown.test b/testsuite/chown.test index 90af529e..698593b6 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -13,8 +13,6 @@ . "$suitedir/rsync.fns" -set -x - case `id -u` in '') ;; # If "id" failed, try to continue... 0) ;; @@ -38,7 +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)" -checkit "$RSYNC -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" +cd "$fromdir/.." +checkit "$RSYNC -aHvv from/ to/" "$fromdir" "$todir" # The script would have aborted on error, so getting here means we've won. exit 0