about summary refs log tree commit diff
path: root/tests/plugins.sh
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-02-13T17·49-0500
committerShea Levy <shea@shealevy.com>2018-02-13T17·49-0500
commit3fe9767dd33499c2560d209dc13a01f5fcead1f0 (patch)
tree606f60879cc5831f2d2ea248b73dc9b86481d4c4 /tests/plugins.sh
parent52c777a79318c85c8fbd8c02174a03511de278db (diff)
Fix plugin tests on darwin
Diffstat (limited to 'tests/plugins.sh')
-rw-r--r--tests/plugins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins.sh b/tests/plugins.sh
index 23caf04f3380..0fad4f773a28 100644
--- a/tests/plugins.sh
+++ b/tests/plugins.sh
@@ -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" ]