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


proc completion_exit {} {
        # Exit bash
    send "\rexit\r"
}; # completion_exit()


proc completion_start {} {
    start_bash
    source_bash_completion
    init_tcl_bash_globals
}; # completion_start()


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