From: Wayne Davison Date: Tue, 22 Apr 2003 00:25:05 +0000 (+0000) Subject: Fixed a problem with the test code and enabled it (since rsync's X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/bc3b5b255819230bda8ca80961a7bbaa38a43099 Fixed a problem with the test code and enabled it (since rsync's duplicate-elimination code is now fixed). --- 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