diff options
-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} |