From: Wayne Davison Date: Sat, 5 Mar 2005 00:23:55 +0000 (+0000) Subject: Turned on -i for itemized output. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2cfe44eee452a2007c17a1864d7d8f9e8257289e Turned on -i for itemized output. --- diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test index 31005e7b..cac64d7d 100644 --- a/testsuite/hardlinks.test +++ b/testsuite/hardlinks.test @@ -31,7 +31,7 @@ ln "$name1" "$name2" || fail "Can't create hardlink" ln "$name2" "$name3" || fail "Can't create hardlink" cp "$name2" "$name4" || fail "Can't copy file" -checkit "$RSYNC -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" +checkit "$RSYNC -aHivv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" # The script would have aborted on error, so getting here means we've won. exit 0