diff --git a/test/bash_tap_tw.sh b/test/bash_tap_tw.sh index 28b5ff5b2..24ef801e2 100644 --- a/test/bash_tap_tw.sh +++ b/test/bash_tap_tw.sh @@ -36,7 +36,7 @@ function find_task_binary { for t in "${bashtap_org_pwd}/task" "${bashtap_org_pwd}/src/task" "${bashtap_org_pwd}/../task" "${bashtap_org_pwd}/../src/task" "${bashtap_org_pwd}/../build/src/task"; do if [ -f "$t" ] && [ -x "$t" ]; then t_abs=$(bashtap_get_absolute_path "$t") - eval "function task { ${t_abs} rc:taskrc \$@; }" + eval "function task { ${t_abs} rc:taskrc \"\$@\"; }" return 0 fi done