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.exp25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/lib/unit.exp b/test/lib/unit.exp
deleted file mode 100644
index e113e1b5..00000000
--- a/test/lib/unit.exp
+++ /dev/null
@@ -1,25 +0,0 @@
-source $::srcdir/lib/library.exp
-
-
-proc unit_exit {} {
- # Exit bash
- send "\rexit\r"
-}
-
-
-proc unit_init {test_file_name} {
- # Call unit_start() only once
- if {! [info exists ::BASH_VERSINFO]} {
- unit_start
- }
-}
-
-
-proc unit_start {} {
- start_interactive_test
-}
-
-
-proc unit_version {} {
- puts "$::TESTDIR, bash-$::BASH_VERSION"
-}