From af542dcfa62fc2341e8253f10c5c778b887444b9 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Sun, 25 Jun 2017 23:35:06 +0200 Subject: Bail out if a configuration file starts with a byte order mark --- test/confs/0907 | 3 +++ test/confs/0908 | 1 + 2 files changed, 4 insertions(+) create mode 100644 test/confs/0907 create mode 100644 test/confs/0908 (limited to 'test/confs') diff --git a/test/confs/0907 b/test/confs/0907 new file mode 100644 index 000000000..8cb2b1b6d --- /dev/null +++ b/test/confs/0907 @@ -0,0 +1,3 @@ +# This file contains a BOM at the very beginning +tls_advertise_hosts = +keep_environment = diff --git a/test/confs/0908 b/test/confs/0908 new file mode 100644 index 000000000..27af1d5f2 --- /dev/null +++ b/test/confs/0908 @@ -0,0 +1 @@ +.include DIR/confs/0907 -- cgit v1.2.3