aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-03 12:32:18 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-03 12:32:18 +0200
commit686fc1e4a37e7d2464ea6ee9995202027496c621 (patch)
tree440d18d08e9c7b7de4373f020e0f3db451981a8f
parentc6ca68426a124f06fba6d347c6b361f2e6efb1df (diff)
downloadgnunet-686fc1e4a37e7d2464ea6ee9995202027496c621.tar.gz
gnunet-686fc1e4a37e7d2464ea6ee9995202027496c621.zip
fix bogus test configuration
-rw-r--r--src/pt/test_gns_vpn.c2
-rw-r--r--src/pt/test_gns_vpn.conf2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
index 05fab18be..069277a00 100644
--- a/src/pt/test_gns_vpn.c
+++ b/src/pt/test_gns_vpn.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
diff --git a/src/pt/test_gns_vpn.conf b/src/pt/test_gns_vpn.conf
index 85dd08113..9277aa3c3 100644
--- a/src/pt/test_gns_vpn.conf
+++ b/src/pt/test_gns_vpn.conf
@@ -7,8 +7,6 @@ PLUGINS = tcp
7[arm] 7[arm]
8PORT = 0 8PORT = 0
9ALLOW_SHUTDOWN = YES 9ALLOW_SHUTDOWN = YES
10START_SYSTEM_SERVICES = NO
11START_USER_SERVICES = NO
12 10
13[exit] 11[exit]
14IMMEDIATE_START = YES 12IMMEDIATE_START = YES