diff options
Diffstat (limited to 'Lib/test/test_file.py')
-rw-r--r-- | Lib/test/test_file.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Lib/test/test_file.py b/Lib/test/test_file.py index ade7a6fb96..bde3202e8c 100644 --- a/Lib/test/test_file.py +++ b/Lib/test/test_file.py @@ -108,13 +108,6 @@ else: print "should not be able to seek on sys.stdin" try: - sys.stdin.tell() -except IOError: - pass -else: - print "should not be able to tell on sys.stdin" - -try: sys.stdin.truncate() except IOError: pass |