From f5534ddf8c64100a3cf097e925301f3a88d613d9 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 11:59:53 +0000 Subject: Apply patch cryptsetup-disable-verity-compat-test.patch patch_name: cryptsetup-disable-verity-compat-test.patch present_in_specfile: true --- diff --git a/tests/Makefile.localtest b/tests/Makefile.localtest index 29a62f3..da2183e 100644 --- a/tests/Makefile.localtest +++ b/tests/Makefile.localtest @@ -5,7 +5,7 @@ CPPFLAGS=-I../lib/ -I../lib/luks1 -DHAVE_DECL_DM_TASK_RETRY_REMOVE -DKERNEL_KEYRING -DHAVE_SYS_SYSMACROS_H -DNO_CRYPTSETUP_PATH CFLAGS=-O2 -g -Wall LDLIBS=-lcryptsetup -ldevmapper -TESTS=$(wildcard *-test *-test2) api-test api-test-2 +TESTS=$(filter-out verity-compat-test, $(wildcard *-test *-test2)) api-test api-test-2 differ: differ.o $(CC) -o $@ $^