Skip to content

steps: disable readline pager when testing autocompletion

Created by: bengal

Disable the pager built into readline when testing autocompletion, otherwise pexpect will read only part of the possible completions.

This fixes test 'connection_help'.

Vladimir, please adjust this as you prefer, for example by setting the variable in the global initialization.

Merge request reports