summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-06-08 21:07:30 -0700
committerWayne Davison <wayned@samba.org>2008-06-08 21:14:46 -0700
commit6283e9ef43dcea5843a12604e27f6b26ef93682d (patch)
treec1272b7627de1eec53eb4d7b99fd23c313f009b5 /testsuite
parent7462c6ac39d86cb8252ec47246569e3ddda35b6a (diff)
downloadrsync-6283e9ef43dcea5843a12604e27f6b26ef93682d.tar.gz
A couple more xattr improvements:
- Made the XSTATE_* defines avoid using 0. - Call !XATTR_ABBREV() in recv_xattr_request(). - Improved the "internal abbrev" error message. - Fixed the potential for a directory time glitch in xattrs.diff.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/xattrs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/xattrs.test b/testsuite/xattrs.test
index 11b53c52..93e23a9b 100644
--- a/testsuite/xattrs.test
+++ b/testsuite/xattrs.test
@@ -128,7 +128,7 @@ cd "$fromdir"
rm "$todir/file2"
echo extra >file1
-rsync -aX file1 ../chk/
+rsync -aX . ../chk/
checkit "$RSYNC -aiiX . ../to" "$chkdir" "$todir"