diff --git a/nixos/tests/docker-tools.nix b/nixos/tests/docker-tools.nix index 58d1d45f2fad..09741858c82e 100644 --- a/nixos/tests/docker-tools.nix +++ b/nixos/tests/docker-tools.nix @@ -41,7 +41,9 @@ let name = "repeated-layer-test"; copyToRoot = pkgs.bash; # A runAsRoot script is required to force previous layers to be unpacked - runAsRoot = ""; + runAsRoot = '' + echo 'runAsRoot has run.' + ''; }; in { name = "docker-tools";