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

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