mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
|
# vim: set filetype=expect:
|
||
|
#
|
||
|
# General tests that don't belong elsewhere
|
||
|
|
||
|
spawn $fish
|
||
|
|
||
|
expect_prompt
|
||
|
|
||
|
# ensure the Apple key () is typeable
|
||
|
send_line "echo "
|
||
|
expect_prompt "" {} unmatched {
|
||
|
puts stderr "Couldn't type apple key ()"
|
||
|
}
|