diff options
author | teor <teor@torproject.org> | 2019-11-12 15:06:15 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-14 10:55:21 +1000 |
commit | 4cf5d4cb3c6d725c7615b664b2f3ba116f36b150 (patch) | |
tree | 6a5ec325bb6a9949370bf998a7efd62b19bf7c89 | |
parent | 735d5f5b7eaed14b2242d1685e0ffa92f746c70c (diff) | |
download | tor-4cf5d4cb3c6d725c7615b664b2f3ba116f36b150.tar.gz tor-4cf5d4cb3c6d725c7615b664b2f3ba116f36b150.zip |
test/parseconf: Rewrite the included files section
Part of 32451.
-rwxr-xr-x | src/test/test_parseconf.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/test_parseconf.sh b/src/test/test_parseconf.sh index 83631cb4c4..2f1f1ed35a 100755 --- 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 # |