summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-07-11 10:31:20 +1200
committerLars Wirzenius <liw@liw.fi>2010-07-11 10:31:20 +1200
commit2d36789d1f2dfcde0daba7e00356de39d4b49c36 (patch)
tree141ffcb18b5c2e4ab59c977b119939e6b4bee67d /test-sftpfs
parentc63c041421c3ef40bb7e95922a28f1943ba0fc81 (diff)
downloadobnam-2d36789d1f2dfcde0daba7e00356de39d4b49c36.tar.gz
Fix test in test-sftpfs.
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)