diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-25 08:52:47 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-25 10:17:50 +1000 |
commit | 7891ad478b46d756a6ff402f62bd529f5520434f (patch) | |
tree | 005e8c4d6df47ec56620906e084934114ccb1b4d | |
parent | 1876d63083e3c4c9a4f6112cca423dcf9b00acfe (diff) | |
download | samba-7891ad478b46d756a6ff402f62bd529f5520434f.tar.gz |
wintest: s3fs is now the default in provision
-rwxr-xr-x | wintest/test-s4-howto.py | 3 |
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) |