summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-14 07:50:06 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-14 08:38:01 +0300
commita45a0fe8776ee972680ada47adc44a327b018e1e (patch)
tree80afb174867762493eae22d3200d946f8e6648c3 /test-sftpfs
parentb186a2182172facf50c8186559008bab90c19b12 (diff)
downloadobnam-a45a0fe8776ee972680ada47adc44a327b018e1e.tar.gz
Reformat split line in test-sftp for clarity
Diffstat (limited to 'test-sftpfs')
-rwxr-xr-xtest-sftpfs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-sftpfs b/test-sftpfs
index f79cb871..cfb0e810 100755
--- a/test-sftpfs
+++ b/test-sftpfs
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2010-2014 Lars Wirzenius
+# Copyright 2010-2015 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -52,8 +52,8 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests):
'ssh-command': None,
'ssh-host-keys-check': 'no',
}
- self.fs = obnamlib.plugins.sftp_plugin.SftpFS(baseurl,
- settings=settings)
+ self.fs = obnamlib.plugins.sftp_plugin.SftpFS(
+ baseurl, settings=settings)
self.fs.connect()
def tearDown(self):