25 lines
793 B
Diff
25 lines
793 B
Diff
|
From 052e17dc3035d543d9f2157cd14754ce57395151 Mon Sep 17 00:00:00 2001
|
||
|
From: Fraser Tweedale <ftweedal@redhat.com>
|
||
|
Date: Thu, 17 Aug 2017 19:24:43 +1000
|
||
|
Subject: [PATCH] Add missing test input to dist
|
||
|
|
||
|
---
|
||
|
tests/Makefile.am | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
||
|
index 5888dc02fcb3494d1c7da77d60ebc2471a702008..3f857857789431bc0d8aa56e4d9d8c71e524f2c0 100644
|
||
|
--- a/tests/Makefile.am
|
||
|
+++ b/tests/Makefile.am
|
||
|
@@ -250,6 +250,7 @@ EXTRA_DIST = \
|
||
|
019-dparse/good.checkRequest.complete \
|
||
|
019-dparse/good.checkRequest.pending \
|
||
|
019-dparse/good.displayCertFromRequest \
|
||
|
+ 019-dparse/good.displayCertFromRequest-extra-line \
|
||
|
019-dparse/good.profileList \
|
||
|
019-dparse/good.profileReview \
|
||
|
019-dparse/good.profileSubmit.issued \
|
||
|
--
|
||
|
2.13.5
|
||
|
|