From 4ec2f803b31b028dd1006ed2e15d91e01a9457b3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 11 Jul 2010 11:42:14 +1200 Subject: Disable hardlink test for sftp. --- test-sftpfs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test-sftpfs') 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__': -- cgit v1.2.1