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