summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2015-02-01 23:46:41 +0000
committerRoss Lagerwall <rosslagerwall@gmail.com>2015-02-02 22:44:47 +0000
commit69de16025113d65e825c73238bc6a1baa8dcf889 (patch)
treea9641ddb2806e4740e006f94be4740c40fe5e866 /test
parent871113ca3e534522e9ed5e48c424b7160221514c (diff)
downloadgvfs-69de16025113d65e825c73238bc6a1baa8dcf889.tar.gz
test: Fix running smb tests outside of testbed
Remove the 'interactive' flag which causes smb to only run a single iteration before exiting. This caues problems because of the way that gvfsd-smb tries multiple different authentication methods (e.g. kerberos first). https://bugzilla.gnome.org/show_bug.cgi?id=742169
Diffstat (limited to 'test')
-rwxr-xr-xtest/gvfs-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gvfs-test b/test/gvfs-test
index 8bd6be2a..67f07dc8 100755
--- a/test/gvfs-test
+++ b/test/gvfs-test
@@ -758,7 +758,7 @@ ncalrpc dir = %(workdir)s/samba
''' % {'workdir': self.workdir})
# start smbd
- self.smbd = subprocess.Popen(['smbd', '-iFS', '-s', smbconf],
+ self.smbd = subprocess.Popen(['smbd', '-FS', '-s', smbconf],
universal_newlines=True,
stdout=subprocess.PIPE)
time.sleep(1)