We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01c66b commit d3276a8Copy full SHA for d3276a8
test/lib/completions/dpkg.exp
@@ -16,7 +16,7 @@ sync_after_int
16
17
18
# Build list of installed packages
19
-if {[assert_exec {dpkg --get-selections | command grep \[\[:space:\]\]install$ | cut -f1} packages]} {
+if {[assert_exec {dpkg --get-selections | command grep \[\[:space:\]\]install$ | cut -f1} packages "" "untested"]} {
20
assert_complete $packages "dpkg -L "
21
}
22
sync_after_int
0 commit comments