From d0bcc212de13b1cd876bb8f01c90a8e8f42e25b6 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 2 Dec 2021 22:26:05 +0000 Subject: nixosTests.docker-tools: Use unique binary in test case --- nixos/tests/docker-tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/docker-tools.nix') diff --git a/nixos/tests/docker-tools.nix b/nixos/tests/docker-tools.nix index d2c2ca286ff..31c5a5909c3 100644 --- a/nixos/tests/docker-tools.nix +++ b/nixos/tests/docker-tools.nix @@ -388,7 +388,7 @@ import ./make-test-python.nix ({ pkgs, ... }: { with subtest("The image contains store paths referenced by the fakeRootCommands output"): docker.succeed( - "docker run --rm ${examples.layeredImageWithFakeRootCommands.imageName} /hello/bin/hello" + "docker run --rm ${examples.layeredImageWithFakeRootCommands.imageName} /hello/bin/layeredImageWithFakeRootCommands-hello" ) with subtest("exportImage produces a valid tarball"): -- cgit 1.4.1