summaryrefslogtreecommitdiff
path: root/testsuite/duplicates.test
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2003-04-22 00:25:05 +0000
committerWayne Davison <wayned@samba.org>2003-04-22 00:25:05 +0000
commitbc3b5b255819230bda8ca80961a7bbaa38a43099 (patch)
tree4459312381c91ec6f000f41eba284ac60b2fe4e0 /testsuite/duplicates.test
parentd1cce1dd9209f5fde2b58f798bf8eea8cf82f99f (diff)
downloadrsync-bc3b5b255819230bda8ca80961a7bbaa38a43099.tar.gz
Fixed a problem with the test code and enabled it (since rsync's
duplicate-elimination code is now fixed).
Diffstat (limited to 'testsuite/duplicates.test')
-rw-r--r--testsuite/duplicates.test4
1 files changed, 1 insertions, 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