summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-29 19:35:14 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-29 19:35:14 +0000
commit557e6b0c95d04d2e405b2e44ae3cbfdfa0d51697 (patch)
treebd14865b8011b0e86e2437c2a9953f0118cc0063 /test-sftpfs
parentdaf3de2686b1322d62998c0c6a6bff853b2a8f85 (diff)
downloadobnam-557e6b0c95d04d2e405b2e44ae3cbfdfa0d51697.tar.gz
add ssh-known-hosts setting
Diffstat (limited to 'test-sftpfs')
-rwxr-xr-xtest-sftpfs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-sftpfs b/test-sftpfs
index 55e6dc5f..06694228 100755
--- a/test-sftpfs
+++ b/test-sftpfs
@@ -47,6 +47,7 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests):
'sftp-delay': 0,
'ssh-key': '',
'strict-ssh-host-keys': False,
+ 'ssh-known-hosts': '/dev/null',
}
self.fs = obnamlib.plugins.sftp_plugin.SftpFS(baseurl,
settings=settings)