summaryrefslogtreecommitdiff
path: root/test/lib/completion.exp
blob: ea2a3d8da64a107077a53994b8bd4aff9baa574c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source ${srcdir}/lib/library.exp


proc completion_exit {} {
    send "\rexit\r"
}


proc completion_start {} {
    start_interactive_test
}


proc completion_version {} {
    puts "$::TESTDIR, bash-$::BASH_VERSION"
}