Update the version test expectation.

Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
This commit is contained in:
Bryn M. Reeves 2026-01-08 20:11:17 +00:00
parent 1bf5ff4739
commit 1d1865620c

View File

@ -2,5 +2,5 @@
tmp=$(mktemp)
snapm --version > "$tmp"
grep '0.5.2' "$tmp"
grep '0.7.0' "$tmp"
rm "$tmp"