mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
test: a file with no config options, at the end of an %include directory
(The file must contain whitespace or comments to trigger the bug.) Regression test for 31408.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Nickname test31408
|
||||
ORPort 31408
|
||||
@@ -0,0 +1 @@
|
||||
Nickname test31408
|
||||
@@ -0,0 +1,3 @@
|
||||
# Bug 31048 is triggered when the last file in a config directory:
|
||||
# * contains no configuration options,
|
||||
# * but is non-empty: that is, it contains comments or whitespace.
|
||||
@@ -0,0 +1,2 @@
|
||||
%include "included"
|
||||
ORPort 31408
|
||||
Reference in New Issue
Block a user