mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 14:34:05 +00: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:
parent
f66edfdec2
commit
15a789dda0
1 changed files with 1 additions and 1 deletions
|
@ -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:")
|
||||
|
|
Loading…
Reference in a new issue