diff options
author | Wayne Davison <wayned@samba.org> | 2008-03-07 16:45:26 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-03-07 16:45:26 -0800 |
commit | 26f0e565879cfbfd90527850f15c7a329b9c8ddc (patch) | |
tree | a42f7e8e4509eb39e769caffa77facd27569e77f | |
parent | b4e6aac98543afdfab019339612673561c64f122 (diff) | |
download | rsync-26f0e565879cfbfd90527850f15c7a329b9c8ddc.tar.gz rsync-26f0e565879cfbfd90527850f15c7a329b9c8ddc.tar.bz2 rsync-26f0e565879cfbfd90527850f15c7a329b9c8ddc.zip |
Restore a long-attribute test that was temporarily disabled.
-rw-r--r-- | testsuite/xattrs.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/xattrs.test b/testsuite/xattrs.test index 66c3e752..c9904a1f 100644 --- a/testsuite/xattrs.test +++ b/testsuite/xattrs.test @@ -68,14 +68,12 @@ xset user.foo 'new foo' foo/file3 foo/bar/file5 xset user.bar 'new bar' foo/file3 foo/bar/file5 xset user.long 'this is also a long attribute that will be truncated in the initial data send' foo/file3 foo/bar/file5 xset $RUSR.equal 'this long attribute should remain the same and not need to be transferred' foo/file3 foo/bar/file5 -xset $RUSR.equal 'this short' foo/file3 foo/bar/file5 xset user.short 'old short' "$chkdir/file1" xset user.extra 'remove me' "$chkdir/file1" xset user.foo 'old foo' "$chkdir/foo/file3" xset $RUSR.equal 'this long attribute should remain the same and not need to be transferred' "$chkdir/foo/file3" -xset $RUSR.equal 'this short' "$chkdir/foo/file3" xls $files >"$scratchdir/xattrs.txt" |