summaryrefslogtreecommitdiff
path: root/test/lib/unit.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/unit.exp')
-rw-r--r--test/lib/unit.exp10
1 files changed, 4 insertions, 6 deletions
diff --git a/test/lib/unit.exp b/test/lib/unit.exp
index c413c5ab..de870332 100644
--- a/test/lib/unit.exp
+++ b/test/lib/unit.exp
@@ -2,16 +2,14 @@ source lib/library.exp
proc unit_exit {} {
- # Exit bash
+ # Exit bash
send "\rexit\r"
-}; # unit_exit()
+}
proc unit_start {} {
- start_bash
- source_bash_completion
- init_tcl_bash_globals
-}; # unit_start()
+ start_interactive_test
+}
proc unit_version {} {