snapm/tests/version/test.sh
Bryn M. Reeves c7528ef1d5 Update TMT configuration
Resolves: RHEL-111712

Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
2025-11-04 19:07:53 +00:00

7 lines
85 B
Bash
Executable File

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