snapm/tests/version/test.sh
2025-11-17 13:34:45 +00:00

7 lines
85 B
Bash
Executable File

#!/bin/sh -eux
tmp=$(mktemp)
snapm --version > "$tmp"
grep '0.5.2' "$tmp"
rm "$tmp"