Skip to content
Snippets Groups Projects
Unverified Commit 861b9366 authored by teor's avatar teor
Browse files

test: Fix a loop variable bug in test_parseconf.sh

Obviously correct fixes to already reviewed code.
No changes file required: not in any released version of tor.
parent f579541f
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,8 @@ for dir in "${EXAMPLEDIR}"/*; do
CMDLINE=""
fi
EXPECTED=
ERROR=
# If tor has some modules disabled, search for a custom result file for
# the disabled modules
for suffix in "_no_$TOR_MODULES_DISABLED" ""; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment