]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Got rid of the --no-ir kluge in this test.
authorWayne Davison <wayned@samba.org>
Thu, 26 Apr 2007 23:15:51 +0000 (23:15 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 26 Apr 2007 23:15:51 +0000 (23:15 +0000)
testsuite/merge.test

index e1d1fc1ef7476d469e05842258c3803b75ccbf58..cd10a2aaf9c159cf25fdd5ecdc963718e06a9d8d 100644 (file)
@@ -48,8 +48,7 @@ $RSYNC -av --existing -f 'exclude,! */' from2/ from3/
 $RSYNC -av --existing -f 'exclude,! */' from1/ chk/
 $RSYNC -av --existing -f 'exclude,! */' from3/ chk/
 
-# TODO: fix inc-recurse unduplications of directory contents!
-checkit "$RSYNC -avv --no-ir 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