Next step: see if the hang returns with a partial restoration of
authorWayne Davison <wayned@samba.org>
Mon, 12 Mar 2007 18:05:03 +0000 (18:05 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 12 Mar 2007 18:05:03 +0000 (18:05 +0000)
protocol 30.

testsuite/merge.test

index 1ec598d..0f6704a 100644 (file)
@@ -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