X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eac9dc63e38cad062bde3b8903ca776531b344f1..5c6fc4a6a3328d9995377efdc05a90987b96d9a2:/testsuite/chgrp.test diff --git a/testsuite/chgrp.test b/testsuite/chgrp.test index cabe4ef6..6c7bb606 100644 --- a/testsuite/chgrp.test +++ b/testsuite/chgrp.test @@ -18,8 +18,6 @@ set -x fromdir="$scratchdir/from" todir="$scratchdir/to" -# TODO: I guess some systems will not have 'id', and therefore we have -# to ship or emulate it. mygrps="`rsync_getgroups`" || fail "Can't get groups" mkdir "$fromdir" @@ -33,6 +31,5 @@ sleep 2 checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" +# The script would have aborted on error, so getting here means we've won. exit 0 -# last [] may have failed but if we get here then we've won -