27 lines
703 B
Diff
27 lines
703 B
Diff
From 4ffabec1019dff4c8034d2200e2d74b58db5cbd6 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Thu, 14 Apr 2022 13:51:13 +0100
|
|
Subject: [PATCH 36/36] Add test file to EXTRA_DIST
|
|
|
|
Fixes: commit 1df728aa4b1d2814265f9c86494f7d55ee0cf9af
|
|
(cherry picked from commit a6757ae742616d493764780faae00f786b854ffb)
|
|
---
|
|
tests/podman/Makefile.am | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/tests/podman/Makefile.am b/tests/podman/Makefile.am
|
|
index a4c70ad..2962f32 100644
|
|
--- a/tests/podman/Makefile.am
|
|
+++ b/tests/podman/Makefile.am
|
|
@@ -20,6 +20,7 @@ CLEANFILES = *~
|
|
TESTS = test.sh
|
|
|
|
EXTRA_DIST = \
|
|
+ 1/environ \
|
|
test.sh \
|
|
proc/cpuinfo \
|
|
proc/self/cgroup \
|
|
--
|
|
2.31.1
|
|
|