X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eac9dc63e38cad062bde3b8903ca776531b344f1..e920830ec58994a4a0dff6a699e85ff303962904:/testsuite/hardlinks.test diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test index 025974d7..31005e7b 100644 --- a/testsuite/hardlinks.test +++ b/testsuite/hardlinks.test @@ -10,7 +10,7 @@ # specify -H, then hard links are detected and recreated as hardlinks # on the other end. -. $srcdir/testsuite/rsync.fns +. "$suitedir/rsync.fns" set -x @@ -33,6 +33,5 @@ cp "$name2" "$name4" || fail "Can't copy file" 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 -