mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08: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
@ -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…
x
Reference in New Issue
Block a user