]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-00-commands-have-help
test, travis: Quieter testing with a new -qq mode
[apt.git] / test / integration / test-00-commands-have-help
index c7d794b34fef219bb295a2ba767d8126c0db0a1f..699cdef150aa714b47f6a8b0f9bec5306c938e59 100755 (executable)
@@ -49,7 +49,7 @@ for CMD in 'apt-cache' 'apt-cdrom' 'apt-config' \
        checkoptions "$cmd"
 done
 
-for CMD in 'apt-dump-solver'  'apt-internal-solver'; do
+for CMD in 'apt-dump-solver'  'apt-internal-solver' 'apt-internal-planner'; do
        checkoptions "$(echo "$CMD" | tr -d '-')"
 done