summaryrefslogtreecommitdiff
path: root/wintest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-25 08:52:47 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-25 10:17:50 +1000
commit7891ad478b46d756a6ff402f62bd529f5520434f (patch)
tree005e8c4d6df47ec56620906e084934114ccb1b4d /wintest
parent1876d63083e3c4c9a4f6112cca423dcf9b00acfe (diff)
downloadsamba-7891ad478b46d756a6ff402f62bd529f5520434f.tar.gz
wintest: s3fs is now the default in provision
Diffstat (limited to 'wintest')
-rwxr-xr-xwintest/test-s4-howto.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py
index 032c3122ea1..36beabb2e36 100755
--- a/wintest/test-s4-howto.py
+++ b/wintest/test-s4-howto.py
@@ -35,8 +35,7 @@ def provision_s4(t, func_level="2008"):
'--option=interfaces=${INTERFACE}',
'--host-ip=${INTERFACE_IP}',
'--option=bind interfaces only=yes',
- '--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf',
- '--use-s3fs=yes']
+ '--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf']
if t.getvar('INTERFACE_IPV6'):
provision.append('--host-ip6=${INTERFACE_IPV6}')
t.run_cmd(provision)