about summary refs log tree commit diff
path: root/tests/plugins.sh
blob: 23caf04f3380206e0f7dd0d4e8fe7c7f939ffa7b (plain) (blame)
1
2
3
4
5
6
7
source common.sh

set -o pipefail

res=$(nix eval '(builtins.anotherNull)' --option plugin-files $PWD/plugins/plugintest.so)

[ "$res"x = "nullx" ]