Skip to content

Commit 88a92dc

Browse files
committed
tests: Don't fail when *.so glob doesn't match anything
1 parent c6aaea2 commit 88a92dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_all_plugin_usages.bats

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ setup() {
1111
IFS="${OLDIFS}"
1212
cloe_plugins=()
1313
for path in ${plugin_path[@]}; do
14+
shopt -s nullglob
1415
cloe_plugins+=(${path}/*.so)
1516
done
1617
cloe_plugins+=("builtin://simulator/nop" "builtin://controller/nop")

0 commit comments

Comments
 (0)