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

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