aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dns.c b/tests/dns.c
index 49310ba..84346df 100644
--- a/tests/dns.c
+++ b/tests/dns.c
@@ -11,7 +11,7 @@
START_TEST (dns_qname) {
char in[128];
char out[128];
- char* fqdn = "sub.domain.example.com";
+ char* fqdn = "sub.domain.example.com.";
char* inval_fqdn = "is!this.domain.invalid?";
strncpy ( in, fqdn , 127);