mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
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:
parent
f579541f13
commit
861b9366df
@ -151,6 +151,8 @@ for dir in "${EXAMPLEDIR}"/*; do
|
|||||||
CMDLINE=""
|
CMDLINE=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
EXPECTED=
|
||||||
|
ERROR=
|
||||||
# If tor has some modules disabled, search for a custom result file for
|
# If tor has some modules disabled, search for a custom result file for
|
||||||
# the disabled modules
|
# the disabled modules
|
||||||
for suffix in "_no_$TOR_MODULES_DISABLED" ""; do
|
for suffix in "_no_$TOR_MODULES_DISABLED" ""; do
|
||||||
|
Loading…
Reference in New Issue
Block a user