X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d96d3893ddc9d5b2d3cb8405d2fccb5b75a8b717..05118158f4f59a5f512e5bab640f253332a6e181:/testsuite/symlink-ignore.test diff --git a/testsuite/symlink-ignore.test b/testsuite/symlink-ignore.test index 9c44871d..3f350211 100644 --- a/testsuite/symlink-ignore.test +++ b/testsuite/symlink-ignore.test @@ -16,7 +16,7 @@ build_symlinks || test_fail "failed to build symlinks" # Copy recursively, but without -l or -L or -a, and all the symlinks # should be missing. -"$rsync_bin" -r "$fromdir/" "$todir" || test_fail "rsync returned $?" +$RSYNC -r "$fromdir/" "$todir" || test_fail "$RSYNC returned $?" [ -f "${todir}/referent" ] || test_fail "referent was not copied" [ -d "${todir}/from" ] && test_fail "extra level of directories" @@ -35,6 +35,5 @@ then test_fail "absolute symlink was copied" fi +# 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 one -