diff --git a/pkgs/by-name/he/hello/package.nix b/pkgs/by-name/he/hello/package.nix index 0590131913f468..19cf8a3f224e3d 100644 --- a/pkgs/by-name/he/hello/package.nix +++ b/pkgs/by-name/he/hello/package.nix @@ -35,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: { # Give hello some install checks for testing purpose. postInstallCheck = '' stat "''${!outputBin}/bin/${finalAttrs.meta.mainProgram}" + echo "this is a test (again#2)" ''; passthru.tests = {