summaryrefslogtreecommitdiff
path: root/test/lib/completions/munindoc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/munindoc.exp')
-rw-r--r--test/lib/completions/munindoc.exp19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/lib/completions/munindoc.exp b/test/lib/completions/munindoc.exp
new file mode 100644
index 00000000..62a4307c
--- /dev/null
+++ b/test/lib/completions/munindoc.exp
@@ -0,0 +1,19 @@
+proc setup {} {
+ save_env
+}
+
+
+proc teardown {} {
+ assert_env_unmodified
+}
+
+
+setup
+
+
+# Assume at least munin* available
+assert_complete_any "munindoc m"
+sync_after_int
+
+
+teardown