diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-14 22:43:50 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-16 15:20:09 +1100 |
commit | 97859d1ce809bab0cd3b6a4235a6cc09efea458f (patch) | |
tree | ae577e1c4062190cc9fb38af27b36ca970ce2ca2 /wintest | |
parent | 81ddb83943c3d96e6c4b86ae4d7a2905fbd32818 (diff) | |
download | samba-97859d1ce809bab0cd3b6a4235a6cc09efea458f.tar.gz samba-97859d1ce809bab0cd3b6a4235a6cc09efea458f.tar.bz2 samba-97859d1ce809bab0cd3b6a4235a6cc09efea458f.zip |
wintest: s3 moved smb.conf to /etc
Diffstat (limited to 'wintest')
-rwxr-xr-x | wintest/test-s3.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wintest/test-s3.py b/wintest/test-s3.py index 1b9a26d480..8ea1ade690 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} |