From 922e5d4fa452baa2d536dcc565583900c4d934a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 14 Feb 2019 11:37:19 +0100 Subject: [PATCH] Revert "Skip failing part of test-json" This reverts commit 79a1c5f8e87d8f96fd36c57c15c332c3cfc1e62f. The issue was fixed upstream. --- systemd.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/systemd.spec b/systemd.spec index 8b55065..7f300bd 100644 --- a/systemd.spec +++ b/systemd.spec @@ -275,10 +275,6 @@ They can be useful to test systemd internals. %prep %autosetup -n %{?commit:%{name}%{?stable:-stable}-%{commit}}%{!?commit:%{name}%{?stable:-stable}-%{github_version}} -p1 -Sgit -# Disable a failing test with gcc-9. This looks like a real issue, but -# this only occurs on "fringe" architectures and I don't know to fix this. -sed -r -i 's/test_build\(\);/\/\/\0/' src/test/test-json.c - %build %define ntpvendor %(source /etc/os-release; echo ${ID}) %{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}