From c09ebb8c04b7fdd0726dc5cd3564aa58dafe4cba Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 15 Apr 2005 17:39:35 +0000 Subject: [PATCH] Call rsync via $RSYNC. --- testsuite/hardlinks.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test index 39e0a170..e44fd458 100644 --- a/testsuite/hardlinks.test +++ b/testsuite/hardlinks.test @@ -38,7 +38,7 @@ rm -rf "$todir" # enabled (this has had a problem twice now, so we need this). mkdir "$chkdir" cp -p "$name1" "$chkdir" -rsync -avvi -f '-! */' "$fromdir/" "$chkdir/" +$RSYNC -avvi -f '-! */' "$fromdir/" "$chkdir/" checkit "$RSYNC -aHivv \"$name1\" \"$todir/\"" "$chkdir" "$todir" # The script would have aborted on error, so getting here means we've won. -- 2.34.1