From 6283e9ef43dcea5843a12604e27f6b26ef93682d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 8 Jun 2008 21:07:30 -0700 Subject: 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. --- testsuite/xattrs.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') 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" -- cgit v1.2.1