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.
This commit is contained in:
teor 2019-10-31 00:19:11 +10:00
parent f579541f13
commit 861b9366df
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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