X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/06464f55e26e1f26e10c04f4a11a4d85fadbd5f7..bc3b5b255819230bda8ca80961a7bbaa38a43099:/testsuite/duplicates.test diff --git a/testsuite/duplicates.test b/testsuite/duplicates.test index 9e47c70a..54c3a06e 100644 --- a/testsuite/duplicates.test +++ b/testsuite/duplicates.test @@ -21,8 +21,6 @@ . $srcdir/testsuite/rsync.fns -test_skipped "Known minor bug in this code" - set -x # Build some hardlinks @@ -46,7 +44,7 @@ if [ `grep -c '^name1$' "$outfile"` != 1 ] then test_xfail "name1 was not copied exactly once" fi -if [ `grep -c '^name2$' "$outfile"` != 1 ] +if [ `grep -c '^name2 -> ' "$outfile"` != 1 ] then test_xfail "name2 was not copied exactly once" fi