Expand parameters as separate words
Related: rhbz#1653934
This commit is contained in:
parent
bee2593a13
commit
595f11cc10
@ -37,7 +37,7 @@ if [ -z "$*" ]; then
|
|||||||
else
|
else
|
||||||
# execute other cli tests which need more adjustments in the calling environment
|
# execute other cli tests which need more adjustments in the calling environment
|
||||||
# or can't be executed inside Travis CI
|
# or can't be executed inside Travis CI
|
||||||
for TEST in "$*"; do
|
for TEST in "$@"; do
|
||||||
./$TEST
|
./$TEST
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user