Update expected string in TMT version test

This commit is contained in:
Bryn M. Reeves 2025-11-17 13:34:04 +00:00
parent 306b87c104
commit 138e85b1f5

View File

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