source lib/library.exp proc unit_exit {} { # Exit bash send "\rexit\r" } proc unit_start {} { start_interactive_test } proc unit_version {} { puts "$::TESTDIR, bash-$::BASH_VERSION" }