[Privoxy-commits] [privoxy] 20/38: run-privoxy-tests.sh: Turn $log_file into a local variable in start_privoxy()
User Git
git at git.privoxy.org
Thu Apr 9 09:37:18 CEST 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit f7b3d7828efdc51053421df16e36491a28e00b22
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Apr 1 15:55:06 2026 +0200
run-privoxy-tests.sh: Turn $log_file into a local variable in start_privoxy()
---
tests/cts/run-privoxy-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/cts/run-privoxy-tests.sh b/tests/cts/run-privoxy-tests.sh
index 133f854b..cd502969 100755
--- a/tests/cts/run-privoxy-tests.sh
+++ b/tests/cts/run-privoxy-tests.sh
@@ -29,7 +29,7 @@ SECONDS_TO_WAIT_FOR_PRIVOXY_TO_START=1
start_privoxy() {
local test_dir test_scenario
- local privoxy_config privoxy_binary pid_file
+ local privoxy_config privoxy_binary pid_file log_file
test_dir="${1}"
test_scenario="${2}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list