mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 14:34:05 +00:00
tests/histfile Remove history --save
This might crash on arch on sr.ht?
This commit is contained in:
parent
8b5fa6f572
commit
7afd7a1985
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ expect_prompt
|
|||
|
||||
# TODO: Figure out why this `history --save` is only needed in one of the
|
||||
# three Travis CI build environments and neither of my OS X or Ubuntu servers.
|
||||
send "history --save\r"
|
||||
expect_prompt
|
||||
# send "history --save\r"
|
||||
# expect_prompt
|
||||
|
||||
send "grep '^$hist_line' $env_histfile\r"
|
||||
expect_prompt -re "\r\n$hist_line\r\n" {
|
||||
|
|
Loading…
Reference in a new issue