Call rsync via $RSYNC.
authorWayne Davison <wayned@samba.org>
Fri, 15 Apr 2005 17:39:35 +0000 (17:39 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 15 Apr 2005 17:39:35 +0000 (17:39 +0000)
testsuite/hardlinks.test

index 39e0a17..e44fd45 100644 (file)
@@ -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.