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

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