github.com/rigado/snapd@v2.42.5-go-mod+incompatible/cmd/snap-confine/spread-tests/main/ubuntu-core-launcher-exists/task.yaml (about)

     1  summary: Check that ubuntu-core-launcher executes correctly
     2  # This is blacklisted on debian because we first have to get the dpkg-vendor patches
     3  systems: [-debian-8]
     4  execute: |
     5      echo "ubuntu-core-launcher is installed and responds to --help"
     6      ubuntu-core-launcher --help 2>&1 | grep -F -q 'Usage: ubuntu-core-launcher <security-tag> <binary>'