We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb8271 commit 6541ebcCopy full SHA for 6541ebc
test/t/conftest.py
@@ -211,8 +211,8 @@ def bash(request) -> pexpect.spawn:
211
# removal of the device /dev/null and the creation of a regular
212
# file at /dev/null when the number of commands reach
213
# HISTFILESIZE due to a bug in bash 4.3. This causes execution of
214
- # garbage through BASH_COMPLETION_USER_FILE=/dev/null. - Note
215
- # also that "unset -v HISTFILE" in "test/config/bashrc" was not
+ # garbage through BASH_COMPLETION_USER_FILE=/dev/null.
+ # - Note also that "unset -v HISTFILE" in "test/config/bashrc" was not
216
# adopted because "test/config/bashrc" is loaded after the
217
# history is read from the history file.
218
#
0 commit comments