We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6aaea2 commit 88a92dcCopy full SHA for 88a92dc
tests/test_all_plugin_usages.bats
@@ -11,6 +11,7 @@ setup() {
11
IFS="${OLDIFS}"
12
cloe_plugins=()
13
for path in ${plugin_path[@]}; do
14
+ shopt -s nullglob
15
cloe_plugins+=(${path}/*.so)
16
done
17
cloe_plugins+=("builtin://simulator/nop" "builtin://controller/nop")
0 commit comments