s4/torture: fruit: remove use of localdir from test_adouble_conversion test
authorRalph Boehme <slow@samba.org>
Fri, 17 Nov 2017 11:53:42 +0000 (12:53 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 29 Nov 2017 03:35:25 +0000 (04:35 +0100)
commitebbffd80862d7d7b025eca219bc0c8f818585ac9
tree4cf14fe9d2d3188308fc6ead1df1a3996784451c
parent3f9b45a410384904d64bdd0d68ff2a5bc25bd3e9
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>
source4/torture/vfs/fruit.c