Skip to content

Commit

Permalink
tests: Remove hard-coded references to x86_64
Browse files Browse the repository at this point in the history
Distributions run these tests on other architectures, but hard-coding
x86_64 to look for in output dooms that to failure.

Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit ba381ae)
(cherry picked from commit 4089b69)
  • Loading branch information
smcv committed Oct 11, 2021
1 parent 8b2606c commit a6423b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-oci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ image=oci/image/blobs/sha256/$DIGEST
assert_has_file $image
assert_file_has_content $image "org\.freedesktop\.appstream\.appdata.*<summary>Print a greeting</summary>"
assert_file_has_content $image "org\.freedesktop\.appstream\.icon-64"
assert_file_has_content $image org.flatpak.ref.*app/org.test.Hello/x86_64/master
assert_file_has_content $image org.flatpak.ref.*app/"org.test.Hello/$ARCH/master"

ok "export oci"

Expand Down

0 comments on commit a6423b6

Please sign in to comment.