summaryrefslogtreecommitdiffstats
path: root/nixos/tests/podman.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/podman.nix')
-rw-r--r--nixos/tests/podman.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nixos/tests/podman.nix b/nixos/tests/podman.nix
index dd28563dc4c1..bccd2de7c9b9 100644
--- a/nixos/tests/podman.nix
+++ b/nixos/tests/podman.nix
@@ -61,12 +61,6 @@ import ./make-test-python.nix (
podman.succeed("podman stop sleeping")
podman.succeed("podman rm sleeping")
-
- podman.succeed(
- "mkdir -p /tmp/podman-run-1000/libpod && chown alice -R /tmp/podman-run-1000"
- )
-
-
with subtest("Run container rootless with crun"):
podman.succeed(su_cmd("tar cv --files-from /dev/null | podman import - scratchimg"))
podman.succeed(