X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/de8252f67fb4cc22b4c6264ea87c6c43bb3c69d5..7e4b6b7bc47b8ac00fa295ed60e6e13e28fd1a8a:/testsuite/hardlinks.test diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test index 924ca44c..37e7517e 100644 --- a/testsuite/hardlinks.test +++ b/testsuite/hardlinks.test @@ -5,15 +5,12 @@ # This program is distributable under the terms of the GNU GPL (see # COPYING). -# Test rsync handling of hardlinks. By default (in 2.5.1) rsync does -# not detect symlinks and they get split into different files. If you -# specify -H, then hard links are detected and recreated as hardlinks -# on the other end. +# Test rsync handling of hardlinks. By default, rsync does not detect +# hard links and they get sent as separate files. If you specify -H, +# then hard links are detected and linked together on the receiver. . "$suitedir/rsync.fns" -set -x - # Build some hardlinks fromdir="$scratchdir/from"