summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-07-11 11:42:14 +1200
committerLars Wirzenius <liw@liw.fi>2010-07-11 11:42:14 +1200
commit4ec2f803b31b028dd1006ed2e15d91e01a9457b3 (patch)
tree634908ae8576a6a84811f31c787dbc903c6ede9e /test-sftpfs
parentb2e310b46f45d3a99b73a164bf7b6fa960cb0aac (diff)
downloadobnam-4ec2f803b31b028dd1006ed2e15d91e01a9457b3.tar.gz
Disable hardlink test for sftp.
Diffstat (limited to 'test-sftpfs')
-rw-r--r--test-sftpfs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-sftpfs b/test-sftpfs
index fcf2a015..becf1f4f 100644
--- a/test-sftpfs
+++ b/test-sftpfs
@@ -52,6 +52,9 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests):
def test_initial_cwd_is_basepath(self):
self.assertEqual(self.fs.getcwd(), self.fs.path)
+
+ def test_link_creates_hard_link(self):
+ pass # sftp does not support hardlinking, so not testing it
if __name__ == '__main__':