summaryrefslogtreecommitdiff
path: root/wintest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-14 22:43:50 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-16 15:20:09 +1100
commit97859d1ce809bab0cd3b6a4235a6cc09efea458f (patch)
treeae577e1c4062190cc9fb38af27b36ca970ce2ca2 /wintest
parent81ddb83943c3d96e6c4b86ae4d7a2905fbd32818 (diff)
downloadsamba-97859d1ce809bab0cd3b6a4235a6cc09efea458f.tar.gz
wintest: s3 moved smb.conf to /etc
Diffstat (limited to 'wintest')
-rwxr-xr-xwintest/test-s3.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wintest/test-s3.py b/wintest/test-s3.py
index 1b9a26d4803..8ea1ade690f 100755
--- a/wintest/test-s3.py
+++ b/wintest/test-s3.py
@@ -102,7 +102,7 @@ def test_smbclient(t):
def create_shares(t):
t.info("Adding test shares")
t.chdir('${PREFIX}')
- t.write_file("lib/smb.conf", '''
+ t.write_file("etc/smb.conf", '''
[test]
path = ${PREFIX}/test
read only = no
@@ -122,7 +122,7 @@ def prep_join_as_member(t, vm):
child = t.open_telnet("${WIN_HOSTNAME}", "administrator", "${WIN_PASS}", set_time=True)
t.get_ipconfig(child)
t.del_files(["var", "private"])
- t.write_file("lib/smb.conf", '''
+ t.write_file("etc/smb.conf", '''
[global]
netbios name = ${HOSTNAME}
log level = ${DEBUGLEVEL}