From 2d36789d1f2dfcde0daba7e00356de39d4b49c36 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 11 Jul 2010 10:31:20 +1200 Subject: Fix test in test-sftpfs. --- test-sftpfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-sftpfs') diff --git a/test-sftpfs b/test-sftpfs index 9f62da5d..12983f54 100644 --- a/test-sftpfs +++ b/test-sftpfs @@ -48,7 +48,7 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests): shutil.rmtree(self.basepath) def test_sets_path_to_absolute_path(self): - self.assertEqual(self.fs.path.startswith('/')) + self.assert_(self.fs.path.startswith('/')) def test_initial_cwd_is_basepath(self): self.assertEqual(self.fs.getcwd(), self.fs.path) -- cgit v1.2.1