From 7891ad478b46d756a6ff402f62bd529f5520434f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 25 May 2012 08:52:47 +1000 Subject: [PATCH] wintest: s3fs is now the default in provision --- wintest/test-s4-howto.py | 3 +-- 1 file changed, 1 insertion(+), 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) -- 2.34.1