]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
The current version of rsync is expected to fail to eliminate all
authorMartin Pool <mbp@samba.org>
Fri, 11 Jan 2002 08:02:43 +0000 (08:02 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 11 Jan 2002 08:02:43 +0000 (08:02 +0000)
duplicates from list.

testsuite/duplicates.test

index 4f5080d3652572550988cb7d3b92cb915b397acc..02f330fbebeb95e5c0e94eebf8819b4b2c8744f2 100644 (file)
@@ -42,11 +42,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