From f149be49735d186ea08404cd4d7648f23bd5f98f Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 16 Jun 2021 01:37:07 +0200 Subject: tests/sandbox: Substitute alias for libressl.nc Another one of a series of aliases to rename, similar to the last few commits. Unfortunately, I didn't evaluate the sandbox test to make sure all the references were changed, so I missed the netcat one. This time however, I evaluated the sandbox test with latest nixpkgs and it went without errors. Signed-off-by: aszlig --- tests/sandbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/sandbox.nix b/tests/sandbox.nix index 69cc746b..2b215715 100644 --- a/tests/sandbox.nix +++ b/tests/sandbox.nix @@ -132,7 +132,7 @@ (pkgs.vuizvui.buildSandbox (pkgs.writeScriptBin "test-sandbox3" '' #!${pkgs.stdenv.shell} - echo hello network | ${pkgs.netcat-openbsd}/bin/nc -N 127.0.0.1 3000 \ + echo hello network | ${pkgs.libressl.nc}/bin/nc -N 127.0.0.1 3000 \ || echo netcat has failed '') { namespaces.net = true; }) -- cgit 1.4.1