diff options
author | Uri Simchoni <uri@samba.org> | 2017-03-02 13:02:25 +0200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2017-03-02 22:30:23 +0100 |
commit | 07af7774f3bd3574be0632284a6ea220b5fb3c76 (patch) | |
tree | a91298bc4e3f79ae1799ce8399331ec484c405dc /selftest | |
parent | cbab5c64966cafbfdc6dfe539b3d1c7ba21a4aae (diff) | |
download | samba-07af7774f3bd3574be0632284a6ea220b5fb3c76.tar.gz |
selftest: remove "ea support" from vfs_fruit-related setups.
Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/target/Samba3.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index aa50f07995f..775dc16207e 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1654,7 +1654,6 @@ sub provision($$$$$$$$) [vfs_fruit] path = $shrdir vfs objects = catia fruit streams_xattr acl_xattr - ea support = yes fruit:resource = file fruit:metadata = netatalk fruit:locking = netatalk @@ -1663,26 +1662,22 @@ sub provision($$$$$$$$) [vfs_fruit_metadata_stream] path = $shrdir vfs objects = fruit streams_xattr acl_xattr - ea support = yes fruit:resource = file fruit:metadata = stream [vfs_fruit_stream_depot] path = $shrdir vfs objects = fruit streams_depot acl_xattr - ea support = yes fruit:resource = stream fruit:metadata = stream [vfs_wo_fruit] path = $shrdir vfs objects = streams_xattr acl_xattr - ea support = yes [vfs_wo_fruit_stream_depot] path = $shrdir vfs objects = streams_depot acl_xattr - ea support = yes [badname-tmp] path = $badnames_shrdir |