X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/78ece130a45c30211fc0727e4f9105c82f87bc36..6aaf8d8c1041b524d985bf09b9a3f5e371cf8ac2:/testsuite/symlink-ignore.test diff --git a/testsuite/symlink-ignore.test b/testsuite/symlink-ignore.test index 7bff0410..9c44871d 100644 --- a/testsuite/symlink-ignore.test +++ b/testsuite/symlink-ignore.test @@ -20,17 +20,17 @@ build_symlinks || test_fail "failed to build symlinks" [ -f "${todir}/referent" ] || test_fail "referent was not copied" [ -d "${todir}/from" ] && test_fail "extra level of directories" -if [ -L "${todir}/dangling" ] +if is_a_link "${todir}/dangling" then test_fail "dangling symlink was copied" fi -if [ -L "${todir}/relative" ] +if is_a_link "${todir}/relative" then test_fail "relative symlink was copied" fi -if [ -L "${todir}/absolute" ] +if is_a_link "${todir}/absolute" then test_fail "absolute symlink was copied" fi