summaryrefslogtreecommitdiff
path: root/test/lib/completion.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completion.exp')
-rw-r--r--test/lib/completion.exp9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/lib/completion.exp b/test/lib/completion.exp
index 18ece7ff..ea2a3d8d 100644
--- a/test/lib/completion.exp
+++ b/test/lib/completion.exp
@@ -2,16 +2,13 @@ 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()
+ start_interactive_test
+}
proc completion_version {} {