From ae4fc2cc816de7acce335b1ac3ea90b74575da87 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 14 Nov 2019 10:23:28 +0800 Subject: [PATCH] tests/test: fix googler invocation in report_error --- tests/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test b/tests/test index 6454cc7..36cbc22 100755 --- a/tests/test +++ b/tests/test @@ -105,7 +105,7 @@ test_googler () { printf 'failed with status %d.\033[0m\n' $last_status >&2 exitcode=1 - (( rerun )) && { googler --noprompt -d "$@"; printf '\n\033[33m[Exit status] %d\033[0m\n' $?; } || : + (( rerun )) && { $googler --noprompt -d "$@"; printf '\n\033[33m[Exit status] %d\033[0m\n' $?; } || : } declare -g quiet