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.exp24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/lib/completion.exp b/test/lib/completion.exp
deleted file mode 100644
index 88e92d50..00000000
--- a/test/lib/completion.exp
+++ /dev/null
@@ -1,24 +0,0 @@
-source $::srcdir/lib/library.exp
-
-
-proc completion_exit {} {
- send "\rexit\r"
-}
-
-
-proc completion_init {test_file_name} {
- # Call completion_start() only once
- if {! [info exists ::BASH_VERSINFO]} {
- completion_start
- }
-}
-
-
-proc completion_start {} {
- start_interactive_test
-}
-
-
-proc completion_version {} {
- puts "$::TESTDIR, bash-$::BASH_VERSION"
-}