summaryrefslogtreecommitdiff
path: root/test-sftpfs
diff options
context:
space:
mode:
Diffstat (limited to 'test-sftpfs')
-rwxr-xr-xtest-sftpfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-sftpfs b/test-sftpfs
index cfb0e810..83a6c745 100755
--- a/test-sftpfs
+++ b/test-sftpfs
@@ -61,7 +61,7 @@ class SftpTests(unittest.TestCase, obnamlib.VfsTests):
shutil.rmtree(self.basepath)
def test_sets_path_to_absolute_path(self):
- self.assert_(self.fs.path.startswith('/'))
+ self.assertTrue(self.fs.path.startswith('/'))
def test_resolves_magic_homedir_prefix(self):
baseurl = 'sftp://localhost/~/'