nixos/nix-ld: also test NIX_LD fallback

This commit is contained in:
Jörg Thalheim
2023-06-15 09:47:25 +02:00
parent c6e8899d9e
commit f3ae11b096
+3
View File
@@ -13,5 +13,8 @@ import ./make-test-python.nix ({ lib, pkgs, ...} :
testScript = ''
start_all()
machine.succeed("hello")
# test fallback if NIX_LD is not set
machine.succeed("unset NIX_LD; unset NIX_LD_LIBRARY_PATH; hello")
'';
})