Changed verbosity back from -vvvv to -vv.
authorWayne Davison <wayned@samba.org>
Fri, 25 May 2007 14:32:08 +0000 (14:32 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 25 May 2007 14:32:08 +0000 (14:32 +0000)
testsuite/merge.test

index 76c66ea..cc979bc 100644 (file)
@@ -51,7 +51,7 @@ $RSYNC -av --existing -f 'exclude,! */' from2/ from3/
 $RSYNC -av --existing -f 'exclude,! */' from1/ chk/
 $RSYNC -av --existing -f 'exclude,! */' from3/ chk/
 
-checkit "$RSYNC -avvvv deep/arg-test shallow from1/ from2/ from3/ to/" chk to
+checkit "$RSYNC -avv deep/arg-test shallow from1/ from2/ from3/ to/" chk to
 
 # The script would have aborted on error, so getting here means we've won.
 exit 0