crowdsec/test/ansible/vagrant/experimental/openbsd-6/skip

10 lines
144 B
Plaintext
Raw Normal View History

2023-07-31 15:00:06 +00:00
#!/bin/sh
die() {
echo "$@" >&2
exit 1
}
[ "${PACKAGE_TESTING}" = "true" ] && die "no package available for this distribution"
exit 0