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)
commit2213ecaea550ce81c595464ad4347414bcb5d786
treee52c632053447e99b2eda3f37194be3fe54245d9
parentc2dc3784f127ef6db6e9960a4abecc1aab6f4e31
Handle special characters in sptps_test only if the --special option is given.

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.
src/sptps_test.c