summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
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__':