commit | aa6a4d6ed881f79c51fb91dd928ed9496737b420 | [log] [tgz] |
---|---|---|
author | Nir Soffer <nirsof@gmail.com> | Sat Jul 08 17:34:27 2017 +0300 |
committer | Berker Peksag <berker.peksag@gmail.com> | Sat Jul 08 17:34:27 2017 +0300 |
tree | a162c8ff7e4c6421745eb408445df8acb870fa93 | |
parent | 223c7e70e48eb6eed4aab3906fbe32b098faafe3 [diff] |
bpo-29854: Skip history-size test on older readline (GH-2621) Turns out that history-size was added in readline 6.0. This explain why this tests fail on FreeBSD when using readline 5.2. We skip now the history size if readline does not support it. See https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES for details.