From 2f7be9620b92e922b91e079d6d5cf216ff1509db Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 12 Sep 2019 15:56:32 -0400 Subject: Move our first 3 example conf_examples to named directories I'm not planning to use "example" as the name for all of them, but these first three _are_ simple examples. --- src/test/conf_examples/example_1/expected | 2 ++ src/test/conf_examples/example_1/torrc | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 src/test/conf_examples/example_1/expected create mode 100644 src/test/conf_examples/example_1/torrc (limited to 'src/test/conf_examples/example_1') diff --git a/src/test/conf_examples/example_1/expected b/src/test/conf_examples/example_1/expected new file mode 100644 index 0000000000..9d6688a565 --- /dev/null +++ b/src/test/conf_examples/example_1/expected @@ -0,0 +1,2 @@ +ContactInfo tor_tellini@example.com +SocksPort 80 diff --git a/src/test/conf_examples/example_1/torrc b/src/test/conf_examples/example_1/torrc new file mode 100644 index 0000000000..bff7fa0aa2 --- /dev/null +++ b/src/test/conf_examples/example_1/torrc @@ -0,0 +1,5 @@ + +# Here is a simple example torrc. + SocksPort 80 + +ContactInfo "tor_tellini@example.com" -- cgit v1.2.3-54-g00ecf