We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1f33b commit 089288dCopy full SHA for 089288d
test/lib/completions/ifdown.exp
@@ -11,7 +11,9 @@ proc teardown {} {
11
setup
12
13
14
-if {[assert_exec {test -z $::env(CI)} "" "" "unsupported"]} {
+if {[info exists ::env(CI)]} {
15
+ unsupported "ifdown should show completions"
16
+} else {
17
assert_complete_any "ifdown "
18
sync_after_int
19
}
test/lib/completions/ifup.exp
+ unsupported "ifup should show completions"
assert_complete_any "ifup "
0 commit comments