Commit 7b250a5c authored by Georg Brandl's avatar Georg Brandl

Revert 961a15aff2a6, this is already checked in another way.

parent 22bfa37e
......@@ -17,9 +17,7 @@ class TestHistoryManipulation (unittest.TestCase):
"The history update test cannot be run because the "
"clear_history method is not available.")
def testHistoryUpdates(self):
# Some GNU versions of readline do not support clear_history
if hasattr('readline', 'clear_history'):
readline.clear_history()
readline.clear_history()
readline.add_history("first line")
readline.add_history("second line")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment