X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3cd2af41e48710dbb27af4ebcbe3ca6e7ea7b2de..5bc00efe427251be598ac9514b9a79c9a2fe7892:/testsuite/symlink-ignore.test diff --git a/testsuite/symlink-ignore.test b/testsuite/symlink-ignore.test index 549e74c1..47425f3d 100644 --- a/testsuite/symlink-ignore.test +++ b/testsuite/symlink-ignore.test @@ -10,7 +10,7 @@ . $srcdir/testsuite/rsync.fns -build_symlinks +build_symlinks || test_fail "failed to build symlinks" # Copy recursively, but without -l or -L or -a, and all the symlinks # should be missing. @@ -22,4 +22,5 @@ build_symlinks [ -e $todir/relative ] && test_fail "relative symlink was copied" [ -e $todir/absolute ] && test_fail "absolute symlink was copied" -true # cool +exit 0 # last [] may have failed but if we get here then we've one +