summaryrefslogtreecommitdiff
path: root/test/lib/completions/isql.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/isql.exp')
-rw-r--r--test/lib/completions/isql.exp23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/lib/completions/isql.exp b/test/lib/completions/isql.exp
deleted file mode 100644
index ca40faca..00000000
--- a/test/lib/completions/isql.exp
+++ /dev/null
@@ -1,23 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified {/ODBCINI=/d}
-}
-
-
-setup
-
-
-assert_bash_exec {OLDODBCINI=$ODBCINI; ODBCINI=$TESTDIR/fixtures/isql/odbc.ini}
-assert_complete_any "isql "
-sync_after_int
-assert_bash_exec {ODBCINI=$OLDODBCINI; unset -v OLDODBCINI}
-
-
-sync_after_int
-
-
-teardown