X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4fd842f98df4970f6e49a0365dbed60774e56c09..4bde45f60e1b6c49a86a19389adddfb45b99a6c5:/testsuite/hardlinks.test diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test index 819c79f1..37e7517e 100644 --- a/testsuite/hardlinks.test +++ b/testsuite/hardlinks.test @@ -5,10 +5,9 @@ # This program is distributable under the terms of the GNU GPL (see # COPYING). -# Test rsync handling of hardlinks. By default, 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"