From 12cd27375ae6ebb5e785f4742820a6f1656750dd 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 (cherry picked from commit 961ea18145037758dfac8907f7b57f5285fe69d9) --- 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 9bb4ac12..3808dc93 100755 --- a/tests/test_cli.sh +++ b/tests/test_cli.sh @@ -35,7 +35,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