mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Fix fkr tests
I had fish_key_reader *installed*, so this worked for me. But really we have the path in $fish_key_reader, so we want to use that variable.
This commit is contained in:
@@ -18,7 +18,7 @@ send, sendline, sleep, expect_prompt, expect_re, expect_str = (
|
||||
)
|
||||
expect_prompt()
|
||||
|
||||
sendline("exec fish_key_reader -c")
|
||||
sendline("exec $fish_key_reader -c")
|
||||
|
||||
# Do we get the expected startup prompt?
|
||||
expect_str("Press a key:")
|
||||
|
||||
Reference in New Issue
Block a user