summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-sftpfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-sftpfs b/test-sftpfs
index 12983f54..fcf2a015 100644
--- a/test-sftpfs
+++ b/test-sftpfs
@@ -39,7 +39,7 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests):
def setUp(self):
self.basepath = tempfile.mkdtemp()
- baseurl = 'sftp://localhost/%s' % self.basepath
+ baseurl = 'sftp://localhost%s' % self.basepath
self.fs = obnamlib.plugins.sftp_plugin.SftpFS(baseurl)
self.fs.connect()