From 595f11cc10cf0e995fd8536b9146b47000807205 Mon Sep 17 00:00:00 2001 From: Jan Stodola Date: Fri, 25 Jan 2019 18:47:38 +0100 Subject: [PATCH] Expand parameters as separate words Related: rhbz#1653934 --- tests/test_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.sh b/tests/test_cli.sh index c54d5b34..6165d836 100755 --- a/tests/test_cli.sh +++ b/tests/test_cli.sh @@ -37,7 +37,7 @@ if [ -z "$*" ]; then else # execute other cli tests which need more adjustments in the calling environment # or can't be executed inside Travis CI - for TEST in "$*"; do + for TEST in "$@"; do ./$TEST done fi