Handle special characters in sptps_test only if the --special option is given.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 17 Apr 2016 14:01:49 +0000 (16:01 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 17 Apr 2016 14:01:49 +0000 (16:01 +0200)
sptps_test treats lines starting with #, ^ and $ specially, in order to
test the SPTPS protocol. However, this should only be done if explicitly
requested, otherwise it can unexpectedly fail.


No differences found