summary refs log tree commit diff
path: root/nixos/tests/docker-tools.nix
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2021-09-29 15:27:49 +0200
committerGitHub <noreply@github.com>2021-09-29 15:27:49 +0200
commit286c71a230ac5c5397a870e295175a2f0b695fd4 (patch)
tree4efd2b81eab9629300d49f4eb02ce3880b1f2815 /nixos/tests/docker-tools.nix
parent937e93648410d0d8212ce2f08a3689351cdbe165 (diff)
parent16a4da9127418cd031a5b43bcf2d3b2ce96aafd6 (diff)
downloadnixpkgs-286c71a230ac5c5397a870e295175a2f0b695fd4.tar
nixpkgs-286c71a230ac5c5397a870e295175a2f0b695fd4.tar.gz
nixpkgs-286c71a230ac5c5397a870e295175a2f0b695fd4.tar.bz2
nixpkgs-286c71a230ac5c5397a870e295175a2f0b695fd4.tar.lz
nixpkgs-286c71a230ac5c5397a870e295175a2f0b695fd4.tar.xz
nixpkgs-286c71a230ac5c5397a870e295175a2f0b695fd4.tar.zst
nixpkgs-286c71a230ac5c5397a870e295175a2f0b695fd4.zip
Merge pull request #139892 from hercules-ci/dockerTools-test-pullImage
dockerTools: test pullImage
Diffstat (limited to 'nixos/tests/docker-tools.nix')
-rw-r--r--nixos/tests/docker-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/docker-tools.nix b/nixos/tests/docker-tools.nix
index a3ab5826960..e482223436f 100644
--- a/nixos/tests/docker-tools.nix
+++ b/nixos/tests/docker-tools.nix
@@ -119,7 +119,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
 
     with subtest("The pullImage tool works"):
         docker.succeed(
-            "docker load --input='${examples.nixFromDockerHub}'",
+            "docker load --input='${examples.testNixFromDockerHub}'",
             "docker run --rm nix:2.2.1 nix-store --version",
             "docker rmi nix:2.2.1",
         )