Skip to content

Commit 6541ebc

Browse files
committed
docs(conftest): fix HISTFILE commentary formatting
1 parent cdb8271 commit 6541ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/t/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ def bash(request) -> pexpect.spawn:
211211
# removal of the device /dev/null and the creation of a regular
212212
# file at /dev/null when the number of commands reach
213213
# 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
214+
# garbage through BASH_COMPLETION_USER_FILE=/dev/null.
215+
# - Note also that "unset -v HISTFILE" in "test/config/bashrc" was not
216216
# adopted because "test/config/bashrc" is loaded after the
217217
# history is read from the history file.
218218
#

0 commit comments

Comments
 (0)