Skip to content

Commit

Permalink
tests: Don't fail when *.so glob doesn't match anything
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Dec 7, 2023
1 parent c6aaea2 commit 88a92dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_all_plugin_usages.bats
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ setup() {
IFS="${OLDIFS}"
cloe_plugins=()
for path in ${plugin_path[@]}; do
shopt -s nullglob
cloe_plugins+=(${path}/*.so)
done
cloe_plugins+=("builtin://simulator/nop" "builtin://controller/nop")
Expand Down

0 comments on commit 88a92dc

Please sign in to comment.