summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
Diffstat (limited to 'test-sftpfs')
-rw-r--r--test-sftpfs2
1 files changed, 1 insertions, 1 deletions
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)