podman: Fix location of test file /proc/1/environ
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 5 Jan 2023 12:48:55 +0000 (12:48 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 5 Jan 2023 12:49:55 +0000 (12:49 +0000)
Since it was at the wrong location, the file was not even used by the
test.

Fixes: commit 1df728aa4b ("Add podman support")

tests/podman/Makefile.am
tests/podman/proc/1/environ [moved from tests/podman/1/environ with 100% similarity]

index 2962f32..1745ef6 100644 (file)
@@ -20,8 +20,8 @@ CLEANFILES = *~
 TESTS = test.sh
 
 EXTRA_DIST = \
-       1/environ \
        test.sh \
+       proc/1/environ \
        proc/cpuinfo \
        proc/self/cgroup \
        proc/self/status \