aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/111.sh
blob: 9f500fddb33808079e1edef17c162c7361402c4a (plain)
1
2
3
4
5
6
expected="ducc v0.1.0"

if [[ "$("$ducc" --version)" != "$expected" ]]; then
    echo "invalid output" >&2
    exit 1
fi