summaryrefslogtreecommitdiff
path: root/test/lib/completions/ifdown.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/ifdown.exp')
-rw-r--r--test/lib/completions/ifdown.exp9
1 files changed, 7 insertions, 2 deletions
diff --git a/test/lib/completions/ifdown.exp b/test/lib/completions/ifdown.exp
index 7849f3f7..7341ceb8 100644
--- a/test/lib/completions/ifdown.exp
+++ b/test/lib/completions/ifdown.exp
@@ -11,9 +11,14 @@ proc teardown {} {
setup
-assert_complete_any "ifdown "
-
+if {[info exists ::env(CI)]} {
+ unsupported "ifdown should show completions"
+} else {
+ assert_complete_any "ifdown "
+ sync_after_int
+}
+assert_no_complete "ifdown bash-completion "
sync_after_int