Update more tests

test-info.sh was needlessly relying on the exact output
of flatpak info --show-extensions. Update it to match the
new output.

Closes: #2502
Approved by: alexlarsson
This commit is contained in:
Matthias Clasen
2018-12-30 12:28:57 -05:00
committed by Atomic Bot
parent b8d0c2a0b6
commit b9a274c758

View File

@@ -43,7 +43,7 @@ echo "ok info --show-sdk"
${FLATPAK} info --show-extensions org.test.Hello > info
assert_file_has_content info "^Extension: runtime/org.test.Hello.Locale/$(flatpak --default-arch)/master$"
assert_file_has_content info "Extension: runtime/org.test.Hello.Locale/$(flatpak --default-arch)/master$"
echo "ok info --show-extensions"