mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user