mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-04 07:11:28 -04:00
Fix version test
The --version output changes slightly (was capitalized)
This commit is contained in:
@@ -26,7 +26,7 @@ echo "1..3"
|
||||
${FLATPAK} --version > version_out
|
||||
|
||||
VERSION=`cat "$test_builddir/package_version.txt"`
|
||||
assert_file_has_content version_out "^flatpak $VERSION$"
|
||||
assert_file_has_content version_out "^Flatpak $VERSION$"
|
||||
|
||||
echo "ok version"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user