tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4cf5d4cb3c6d725c7615b664b2f3ba116f36b150
parent 735d5f5b7eaed14b2242d1685e0ffa92f746c70c
Author: teor <teor@torproject.org>
Date:   Tue, 12 Nov 2019 15:06:15 +1000

test/parseconf: Rewrite the included files section

Part of 32451.

Diffstat:
Msrc/test/test_parseconf.sh | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/test/test_parseconf.sh b/src/test/test_parseconf.sh @@ -30,10 +30,10 @@ # cmdline -- Optional. If present, it contains command-line arguments that # will be passed to Tor. # -# (included torrc files or directories) -- Optional. If present, and -# configured in the torrc* or cmdline, these files or directories are -# included. Include paths should be specified relative to the test case -# directory. +# (included torrc files or directories) -- Optional. Additional files can be +# included in configuration, using the "%include" directive. Files or +# directories can be included in any of the config files listed above. +# Include paths should be specified relative to the test case directory. # # Result Files #