From d4634e082c0193276ae88f7dc565717870e1c610 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 22 Oct 2019 14:32:09 -0700 Subject: [PATCH] Use bypass_1691487 at the start of fedora_release It gets bit by that problem on ppc64. Signed-off-by: Adam Williamson --- tests/fedora_release.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fedora_release.pm b/tests/fedora_release.pm index d3888ecf..83160a24 100644 --- a/tests/fedora_release.pm +++ b/tests/fedora_release.pm @@ -21,6 +21,7 @@ sub run { $version = get_var('RAWREL'); } + bypass_1691487; # Create the expected content of the release file # and compare it with its real counterpart. my $expected = "Fedora release $version ($speltnum)";