summary refs log tree commit diff
path: root/nixos/tests/podman-tls-ghostunnel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/podman-tls-ghostunnel.nix')
-rw-r--r--nixos/tests/podman-tls-ghostunnel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/podman-tls-ghostunnel.nix b/nixos/tests/podman-tls-ghostunnel.nix
index b5836c43649..0e687b199b2 100644
--- a/nixos/tests/podman-tls-ghostunnel.nix
+++ b/nixos/tests/podman-tls-ghostunnel.nix
@@ -126,7 +126,7 @@ import ./make-test-python.nix (
           client.succeed("docker version")
 
           # via socket would be nicer
-          podman.succeed("tar cvf scratchimg.tar --files-from /dev/null && podman import scratchimg.tar scratchimg")
+          podman.succeed("tar cv --files-from /dev/null | podman import - scratchimg")
 
           client.succeed(
             "docker run -d --name=sleeping -v /nix/store:/nix/store -v /run/current-system/sw/bin:/bin scratchimg /bin/sleep 10"