f9177e5286
Cleanup test/run scripts and add a --debug-xtrace option.
17 lines
218 B
Plaintext
17 lines
218 B
Plaintext
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"
|
|
}
|