1
0
Fork 0
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:
Shea Levy 2018-02-13 12:49:14 -05:00
parent 52c777a793
commit 3fe9767dd3
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27
3 changed files with 7 additions and 7 deletions

View file

@ -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" ]