summaryrefslogtreecommitdiff
path: root/test/lib/completions/vi.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/vi.exp')
-rw-r--r--test/lib/completions/vi.exp22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/lib/completions/vi.exp b/test/lib/completions/vi.exp
deleted file mode 100644
index db3e3deb..00000000
--- a/test/lib/completions/vi.exp
+++ /dev/null
@@ -1,22 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-assert_complete_any "vi "
-sync_after_int
-
-
-assert_complete {libfoo.conf foo.txt} "vi $::srcdir/fixtures/shared/ld.so.conf.d/"
-sync_after_int
-
-
-teardown