bash-completion/test/lib/completion.exp
Crestez Dan Leonard f9177e5286 (testsuite) Add a --debug-xtrace option to run.
Cleanup test/run scripts and add a --debug-xtrace option.
2010-02-20 22:54:13 +02:00

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"
}