From 271aeaa49eb8e912e1c7285ffacbff5fc42d6ec5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 12 Mar 2007 18:05:03 +0000 Subject: [PATCH] Next step: see if the hang returns with a partial restoration of protocol 30. --- testsuite/merge.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/merge.test b/testsuite/merge.test index 1ec598d1..0f6704a0 100644 --- a/testsuite/merge.test +++ b/testsuite/merge.test @@ -46,7 +46,7 @@ $RSYNC -av --protocol=29 --existing -f 'exclude,! */' "$from2dir/" "$from3dir/" $RSYNC -av --protocol=29 --existing -f 'exclude,! */' "$from1dir/" "$chkdir/" $RSYNC -av --protocol=29 --existing -f 'exclude,! */' "$from3dir/" "$chkdir/" -checkit "$RSYNC -aHvv --protocol=29 \"$from1dir/\" \"$from2dir/\" \"$from3dir/\" \"$todir/\"" "$chkdir" "$todir" +checkit "$RSYNC -aHvv \"$from1dir/\" \"$from2dir/\" \"$from3dir/\" \"$todir/\"" "$chkdir" "$todir" # The script would have aborted on error, so getting here means we've won. exit 0 -- 2.34.1