summaryrefslogtreecommitdiff
path: root/test/lib/completions/arch.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/arch.exp')
-rw-r--r--test/lib/completions/arch.exp21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/lib/completions/arch.exp b/test/lib/completions/arch.exp
new file mode 100644
index 00000000..9f7114c4
--- /dev/null
+++ b/test/lib/completions/arch.exp
@@ -0,0 +1,21 @@
+proc setup {} {
+ save_env
+}; # setup()
+
+
+proc teardown {} {
+ assert_env_unmodified
+}; # teardown()
+
+
+setup
+
+
+set options {--wipe -s --start= -e --end= -q --quiet -h --help}
+assert_complete $options "arch -"
+
+
+sync_after_int
+
+
+teardown