summaryrefslogtreecommitdiffstats
path: root/tests/packaging/kresctl.sh
blob: aff02b6b2f9c32a3eb39117253ead861e02be7ec (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

# fail fast
set -e

# We expect `kresctl` command to exist in $PATH
command -v kresctl > /dev/null