aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/generic.expect
blob: d422603af47bb8ae5ab18c1453410c4f6c82e7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 ()"
}