[tor-commits] [tor/master] test/parseconf: Rewrite the included files section

nickm at torproject.org nickm at torproject.org
Thu Nov 14 14:58:57 UTC 2019


commit 4cf5d4cb3c6d725c7615b664b2f3ba116f36b150
Author: teor <teor at torproject.org>
Date:   Tue Nov 12 15:06:15 2019 +1000

    test/parseconf: Rewrite the included files section
    
    Part of 32451.
---
 src/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
index 83631cb4c..2f1f1ed35 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
 #





More information about the tor-commits mailing list