X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/06464f55e26e1f26e10c04f4a11a4d85fadbd5f7..4104c3bf52231d2cb1f4c55b8e733d0b304f70ec:/testsuite/chown.test diff --git a/testsuite/chown.test b/testsuite/chown.test index 2d58b902..cd841fa9 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -11,15 +11,10 @@ # We don't know what users will be present on this system, so we just # use random numeric uids and gids. -. $srcdir/testsuite/rsync.fns - -set -x +. "$suitedir/rsync.fns" # Build some hardlinks -fromdir="$scratchdir/from" -todir="$scratchdir/to" - mkdir "$fromdir" name1="$fromdir/name1" name2="$fromdir/name2" @@ -33,6 +28,5 @@ chgrp 5003 "$name2" || test_skipped "Can't chgrp (probably need root)" checkit "$RSYNC -aHvv \"$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 -