github.com/crowdsecurity/crowdsec@v1.6.1/test/ansible/vagrant/experimental/alpine-3.16/skip (about)

     1  #!/bin/sh
     2  
     3  die() {
     4      echo "$@" >&2
     5      exit 1
     6  }
     7  
     8  [ "${PACKAGE_TESTING}" = "true" ] && die "no package available for this distribution"
     9  exit 0