nixos/nix-ld: also test NIX_LD fallback
This commit is contained in:
parent
c6e8899d9e
commit
f3ae11b096
1 changed files with 3 additions and 0 deletions
|
@ -13,5 +13,8 @@ import ./make-test-python.nix ({ lib, pkgs, ...} :
|
||||||
testScript = ''
|
testScript = ''
|
||||||
start_all()
|
start_all()
|
||||||
machine.succeed("hello")
|
machine.succeed("hello")
|
||||||
|
|
||||||
|
# test fallback if NIX_LD is not set
|
||||||
|
machine.succeed("unset NIX_LD; unset NIX_LD_LIBRARY_PATH; hello")
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue