nixosTests.nix-ld: remove redundant test with alias
https://github.com/NixOS/nixpkgs/pull/335290
This commit is contained in:
parent
5bd2fcc4c7
commit
bdc70ea03c
@ -26,15 +26,4 @@ in
|
||||
machine.succeed("hello")
|
||||
'';
|
||||
};
|
||||
nix-ld-rs = makeTest {
|
||||
name = "nix-ld-rs";
|
||||
nodes.machine = {
|
||||
imports = [ shared ];
|
||||
programs.nix-ld.package = pkgs.nix-ld-rs;
|
||||
};
|
||||
testScript = ''
|
||||
start_all()
|
||||
machine.succeed("hello")
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user