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.exp16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/lib/completion.exp b/test/lib/completion.exp
new file mode 100644
index 00000000..ea2a3d8d
--- /dev/null
+++ b/test/lib/completion.exp
@@ -0,0 +1,16 @@
+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"
+}