From bc3b5b255819230bda8ca80961a7bbaa38a43099 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 22 Apr 2003 00:25:05 +0000 Subject: [PATCH] Fixed a problem with the test code and enabled it (since rsync's duplicate-elimination code is now fixed). --- testsuite/duplicates.test | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.34.1