summaryrefslogtreecommitdiff
path: root/test/lib/completions/koji.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/koji.exp')
-rw-r--r--test/lib/completions/koji.exp22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/lib/completions/koji.exp b/test/lib/completions/koji.exp
new file mode 100644
index 00000000..a9673807
--- /dev/null
+++ b/test/lib/completions/koji.exp
@@ -0,0 +1,22 @@
+proc setup {} {
+ save_env
+}
+
+
+proc teardown {} {
+ assert_env_unmodified
+}
+
+
+setup
+
+
+assert_complete_any "koji "
+sync_after_int
+
+
+assert_complete_any "koji -"
+sync_after_int
+
+
+teardown