This test tries to upload a file over a compressed connection to the
[rsync/rsync.git] / testsuite / duplicates.test
index 4f5080d..6bbcdd3 100644 (file)
@@ -21,6 +21,9 @@
 
 . $srcdir/testsuite/rsync.fns
 
+echo "SKIP THIS FOR NOW; It's a known bug"
+exit 77
+
 set -x
 
 # Build some hardlinks
@@ -42,11 +45,11 @@ checkit "rsync -avv \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$fromdir/\" \"$f
 # Make sure each file was only copied once...
 if [ `grep -c '^name1$' "$outfile"` != 1 ]
 then
-    test_fail "name1 was not copied exactly once"
+    test_xfail "name1 was not copied exactly once"
 fi
 if [ `grep -c '^name2$' "$outfile"` != 1 ]
 then
-    test_fail "name2 was not copied exactly once"
+    test_xfail "name2 was not copied exactly once"
 fi
 
 exit 0