Blame SOURCES/0003-podman-Fix-location-of-test-file-proc-1-environ.patch

4244f0
From 1cbcbb801c86f8f791ecd930c4ac311f034e3e1a Mon Sep 17 00:00:00 2001
4244f0
From: "Richard W.M. Jones" <rjones@redhat.com>
4244f0
Date: Thu, 5 Jan 2023 12:48:55 +0000
4244f0
Subject: [PATCH] podman: Fix location of test file /proc/1/environ
4244f0
4244f0
Since it was at the wrong location, the file was not even used by the
4244f0
test.
4244f0
4244f0
Fixes: commit 1df728aa4b ("Add podman support")
4244f0
---
4244f0
 tests/podman/Makefile.am          |   2 +-
4244f0
 tests/podman/{ => proc}/1/environ | Bin
4244f0
 2 files changed, 1 insertion(+), 1 deletion(-)
4244f0
 rename tests/podman/{ => proc}/1/environ (100%)
4244f0
4244f0
diff --git a/tests/podman/Makefile.am b/tests/podman/Makefile.am
4244f0
index 2962f3237..1745ef6c6 100644
4244f0
--- a/tests/podman/Makefile.am
4244f0
+++ b/tests/podman/Makefile.am
4244f0
@@ -20,8 +20,8 @@ CLEANFILES = *~
4244f0
 TESTS = test.sh
4244f0
 
4244f0
 EXTRA_DIST = \
4244f0
-	1/environ \
4244f0
 	test.sh \
4244f0
+	proc/1/environ \
4244f0
 	proc/cpuinfo \
4244f0
 	proc/self/cgroup \
4244f0
 	proc/self/status \
4244f0
diff --git a/tests/podman/1/environ b/tests/podman/proc/1/environ
4244f0
similarity index 100%
4244f0
rename from tests/podman/1/environ
4244f0
rename to tests/podman/proc/1/environ
4244f0
-- 
4244f0
2.31.1
4244f0