Fix version test

The --version output changes slightly (was capitalized)
tingping/wmclass
Alexander Larsson 2016-05-31 15:16:24 +02:00
parent 47ae2b2523
commit f4c2eeb057
1 changed files with 1 additions and 1 deletions

View File

@ -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"