aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_parseconf.sh
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-31 00:19:11 +1000
committerteor <teor@torproject.org>2019-10-31 00:23:30 +1000
commit861b9366df534145e1316efa0c34a62cc2a036c2 (patch)
treeda39fb8055ab77217319973c80dcaec3cbec46ec /src/test/test_parseconf.sh
parentf579541f13d5e196573a73065860337789a38504 (diff)
downloadtor-861b9366df534145e1316efa0c34a62cc2a036c2.tar.gz
tor-861b9366df534145e1316efa0c34a62cc2a036c2.zip
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.
Diffstat (limited to 'src/test/test_parseconf.sh')
-rwxr-xr-xsrc/test/test_parseconf.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_parseconf.sh b/src/test/test_parseconf.sh
index d46be5e5cd..3edb5032e2 100755
--- a/src/test/test_parseconf.sh
+++ b/src/test/test_parseconf.sh
@@ -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