gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] 06/07: added another CNAME test


From: gnunet
Subject: [GNUnet-SVN] [ascension] 06/07: added another CNAME test
Date: Mon, 13 May 2019 11:10:07 +0200

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a commit to branch master
in repository ascension.

commit 20bdc652cd48d2d0cfe04845d9401ff8ff77b034
Author: rexxnor <address@hidden>
AuthorDate: Mon May 13 09:49:39 2019 +0200

    added another CNAME test
---
 ascension/test/gnunet.zone              | 1 +
 ascension/test/test_ascension_simple.sh | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/ascension/test/gnunet.zone b/ascension/test/gnunet.zone
index 5ddc693..e44173a 100644
--- a/ascension/test/gnunet.zone
+++ b/ascension/test/gnunet.zone
@@ -22,3 +22,4 @@ mail  IN      MX      10      mail.gnunet.gnu.
 mail   IN      A       127.0.0.1
 multiple.subzones.dns   IN  A   127.0.0.1
 subzones.dns   IN  A   127.1.1.1
+trying.dns  IN  CNAME   mail
diff --git a/ascension/test/test_ascension_simple.sh 
b/ascension/test/test_ascension_simple.sh
index 1b3640b..a5e077e 100644
--- a/ascension/test/test_ascension_simple.sh
+++ b/ascension/test/test_ascension_simple.sh
@@ -99,6 +99,8 @@ a=$(gnunet-gns -t A -u multiple.subzones.dns.gnunet.gnu)
 checkfailexp "$a"
 a=$(gnunet-gns -t A -u subzones.dns.gnunet.gnu)
 checkfailexp "$a"
+a=$(gnunet-gns -t CNAME -u trying.dns.gnunet.gnu)
+checkfailexp "$a"
 
 # cleanup if we get this far
 cleanup

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]