mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
Fix plugin tests on darwin
This commit is contained in:
parent
52c777a793
commit
3fe9767dd3
3 changed files with 7 additions and 7 deletions
|
@ -2,6 +2,6 @@ source common.sh
|
|||
|
||||
set -o pipefail
|
||||
|
||||
res=$(nix eval '(builtins.anotherNull)' --option plugin-files $PWD/plugins/plugintest.so)
|
||||
res=$(nix eval '(builtins.anotherNull)' --option plugin-files $PWD/plugins/libplugintest*)
|
||||
|
||||
[ "$res"x = "nullx" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue