s4/torture: fruit: remove use of localdir from test_adouble_conversion test
commit3d9075193ea0682cd36efac7862f88111527a45f
authorRalph Boehme <slow@samba.org>
Fri, 17 Nov 2017 11:53:42 +0000 (17 12:53 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 5 Dec 2017 09:34:26 +0000 (5 10:34 +0100)
tree442e6a383f88f56ca14dc3748b2c9820f3394c42
parent8946fc80a6d6665181f27a8241c8a5828ef8e1f2
s4/torture: fruit: remove use of localdir from test_adouble_conversion test

The previous use of localdir and torture_setup_local_file() was
motivated by the fact that by default vfs_fruit rejects access to files
with a "._" prefix.

Since a previous commit allowed SMB access to ._ files, rewrite the
test_adouble_conversion() test to create the ._ AppleDouble file over
SMB.

This also renders torture_setup_local_file() obsolete.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13155

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit ebbffd80862d7d7b025eca219bc0c8f818585ac9)
source4/torture/vfs/fruit.c