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