From: Wayne Davison Date: Fri, 23 Jul 2004 01:39:19 +0000 (+0000) Subject: Fixed the opening comments. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0abda1b176b0cb95f5a177d5206ddbada9f74787 Fixed the opening comments. --- diff --git a/testsuite/compare-dest.test b/testsuite/compare-dest.test index 1ddbf78b..66be4c36 100644 --- a/testsuite/compare-dest.test +++ b/testsuite/compare-dest.test @@ -1,14 +1,11 @@ #! /bin/sh -# Copyright (C) 2003 by Wayne Davison +# Copyright (C) 2004 by Wayne Davison # This program is distributable under the terms of the GNU GPL see # COPYING). -# Test rsync handling of exclude/include directives. - -# Test some of the more obscure wildcard handling of exclude/include -# processing. +# Test rsync handling of the --compare-dest option. . "$suitedir/rsync.fns"