summaryrefslogtreecommitdiffhomepage
path: root/tests/test_sftp.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-12-05 19:42:48 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-12-05 19:42:48 -0800
commit12d060e9af241ec88ab0d1c411c894f7ba8709a8 (patch)
treed7a0b60d28d73e2e578664bb737c38f0802f0ba3 /tests/test_sftp.py
parent228ed87e2f4b7314e4cfb67ee462550c5f20edef (diff)
parent31d2b9cd1fd524773a098a52d58b3fc0a9329820 (diff)
Merge branch '1.17' into proxycommand-closed-fix-789
Diffstat (limited to 'tests/test_sftp.py')
-rwxr-xr-xtests/test_sftp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py
index ff146ade..e4c2c3a3 100755
--- a/tests/test_sftp.py
+++ b/tests/test_sftp.py
@@ -429,6 +429,7 @@ class SFTPTest (unittest.TestCase):
line_number += 1
pos_list.append(loc)
loc = f.tell()
+ self.assertTrue(f.seekable())
f.seek(pos_list[6], f.SEEK_SET)
self.assertEqual(f.readline(), 'Nouzilly, France.\n')
f.seek(pos_list[17], f.SEEK_SET)