]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
I managed to duplicate the hang, so hopefully it's fixed now.
authorWayne Davison <wayned@samba.org>
Wed, 14 Mar 2007 00:22:05 +0000 (00:22 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 14 Mar 2007 00:22:05 +0000 (00:22 +0000)
Let's restore the full test suite and find out.

testsuite/default-acls.test
testsuite/merge.test

index 38ed2b79416ec5238fcb2f377f6430320dff365c..1aa8d4928c6a273b1057ed9183a1b3d89291f1e6 100644 (file)
@@ -20,8 +20,6 @@ true) test_skipped "I don't know how to use your setfacl command" ;;
 esac
 setfacl $opts "$scratchdir" || test_skipped "Your filesystem has ACLs disabled"
 
-test_skipped "Skipping temporarily due to compile-farm timeouts"
-
 # Call as: testit <dirname> <default-acl> <file-expected> <program-expected>
 testit() {
     todir="$scratchdir/$1"
index fdcace80df211415abc3524c53531fc423109a95..80598149e8c481ccb745abd58adcf7d69988fac5 100644 (file)
@@ -41,10 +41,10 @@ cp -p "$from2dir"/sub1/uno "$from3dir"/sub1/dos "$from2dir"/sub1/tres "$chkdir"/
 cp -p "$from3dir"/sub2/subby "$chkdir"/sub2
 
 # Get rid of any directory-time differences
-$RSYNC -av --no-ir --existing -f 'exclude,! */' "$from1dir/" "$from2dir/"
-$RSYNC -av --no-ir --existing -f 'exclude,! */' "$from2dir/" "$from3dir/"
-$RSYNC -av --no-ir --existing -f 'exclude,! */' "$from1dir/" "$chkdir/"
-$RSYNC -av --no-ir --existing -f 'exclude,! */' "$from3dir/" "$chkdir/"
+$RSYNC -av --existing -f 'exclude,! */' "$from1dir/" "$from2dir/"
+$RSYNC -av --existing -f 'exclude,! */' "$from2dir/" "$from3dir/"
+$RSYNC -av --existing -f 'exclude,! */' "$from1dir/" "$chkdir/"
+$RSYNC -av --existing -f 'exclude,! */' "$from3dir/" "$chkdir/"
 
 checkit "$RSYNC -aHvv \"$from1dir/\" \"$from2dir/\" \"$from3dir/\" \"$todir/\"" "$chkdir" "$todir"