Make the comment even better.
authorWayne Davison <wayned@samba.org>
Sat, 7 Jul 2007 15:37:56 +0000 (15:37 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 7 Jul 2007 15:37:56 +0000 (15:37 +0000)
testsuite/hardlinks.test

index 819c79f..37e7517 100644 (file)
@@ -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"