1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/certmonger/0003-tests-fix-addition-of-test-40.patch
Noel Kuntze 5c4472aa0f testing/certmonger: new aport
Certificate status monitor and PKI enrollment client
https://pagure.io/certmonger"
2022-10-22 10:36:35 +02:00

25 lines
678 B
Diff

From 9f210db331a0627bad8efc86a922fd2a0b982156 Mon Sep 17 00:00:00 2001
From: Noel Kuntze <noel.kuntze@thermi.consulting>
Date: Wed, 19 Oct 2022 22:10:59 +0200
Subject: [PATCH 3/4] tests: fix addition of test 40
---
tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e20b6d8f..a85c81a6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -131,7 +131,7 @@ CLEANFILES = \
038-ms-v2-template/actual.out \
038-ms-v2-template/actual.err \
039-fromfile/actual.out \
- 039-fromfile/actual.err
+ 039-fromfile/actual.err \
040-pem/actual.out \
040-pem/actual.err
EXTRA_DIST = \
--
2.38.1