Merge pull request #132742 from raboof/jre-minimal-remove-unnecessary-file
jre-minimal: remove unnecessary test file
This commit is contained in:
commit
c9c2426e2e
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
{ runCommand
|
||||
, callPackage
|
||||
, jdk
|
||||
, jre_minimal
|
||||
}:
|
||||
|
||||
let
|
||||
hello = callPackage tests/hello.nix {
|
||||
jdk = jdk;
|
||||
jre = jre_minimal;
|
||||
};
|
||||
in
|
||||
runCommand "test" {} ''
|
||||
${hello}/bin/hello | grep "Hello, world!"
|
||||
touch $out
|
||||
''
|
Loading…
Reference in a new issue