summaryrefslogtreecommitdiff
path: root/test/lib/completions/synclient.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/synclient.exp')
-rw-r--r--test/lib/completions/synclient.exp26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/lib/completions/synclient.exp b/test/lib/completions/synclient.exp
deleted file mode 100644
index 1e9c7b5b..00000000
--- a/test/lib/completions/synclient.exp
+++ /dev/null
@@ -1,26 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-assert_complete_any "synclient -"
-sync_after_int
-
-
-# synclient -l may error out with e.g.
-# Couldn't find synaptics properties. No synaptics driver loaded?
-if {[assert_exec {synclient -l} "" "" "unsupported"]} {
- assert_complete_any "synclient "
-}
-sync_after_int
-
-
-teardown