]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
the test outcome should not depend on the dig version printed
authorAndreas Gustafsson <source@isc.org>
Thu, 9 Aug 2001 00:10:56 +0000 (00:10 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 9 Aug 2001 00:10:56 +0000 (00:10 +0000)
bin/tests/system/masterfile/knowngood.dig.out
bin/tests/system/masterfile/tests.sh

index f638653f1987acee9bfac1face4c801282aed677..60478dc7285e59b878ef96bce9cfbc3754325d39 100644 (file)
@@ -1,6 +1,3 @@
-
-; <<>> DiG 9.2.0b2 <<>> +nostats include. axfr @10.53.0.1 -p 5300
-;; global options:  printcmd
 include.               300     IN      SOA     ns.include. hostmaster.include. 1 3600 1800 1814400 3600
 include.               300     IN      NS      ns.include.
 a.include.             300     IN      A       10.0.0.1
@@ -14,9 +11,6 @@ c.b.include.          300     IN      A       10.0.0.3
 b.foo.b.include.       300     IN      A       10.0.2.2
 ns.include.            300     IN      A       127.0.0.1
 include.               300     IN      SOA     ns.include. hostmaster.include. 1 3600 1800 1814400 3600
-
-; <<>> DiG 9.2.0b2 <<>> +nostats ttl2. axfr @10.53.0.1 -p 5300
-;; global options:  printcmd
 ttl2.                  1       IN      SOA     ns.ttl2. hostmaster.ttl2. 1 3600 1800 1814400 3
 ttl2.                  1       IN      NS      ns.ttl2.
 a.ttl2.                        1       IN      TXT     "inherited ttl 1"
@@ -26,9 +20,6 @@ d.ttl2.                       3       IN      TXT     "default ttl 3"
 e.ttl2.                        2       IN      TXT     "explicit ttl 2"
 f.ttl2.                        3       IN      TXT     "default ttl 3"
 ttl2.                  1       IN      SOA     ns.ttl2. hostmaster.ttl2. 1 3600 1800 1814400 3
-
-; <<>> DiG 9.2.0b2 <<>> +nostats ttl2. axfr @10.53.0.1 -p 5300
-;; global options:  printcmd
 ttl2.                  1       IN      SOA     ns.ttl2. hostmaster.ttl2. 1 3600 1800 1814400 3
 ttl2.                  1       IN      NS      ns.ttl2.
 a.ttl2.                        1       IN      TXT     "inherited ttl 1"
index a095b643741bfdb2174186f59f6720916ce67890..5de334913ea3e854f4ab4a35e2f66d2e849bb3c8 100644 (file)
@@ -15,7 +15,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.1 2001/08/01 19:01:01 gson Exp $
+# $Id: tests.sh,v 1.2 2001/08/09 00:10:56 gson Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
@@ -23,13 +23,13 @@ SYSTEMTESTTOP=..
 status=0
 
 echo "I:test master file \$INCLUDE semantics"
-$DIG +nostats include. axfr @10.53.0.1 -p 5300 >dig.out
+$DIG +nostats +nocmd include. axfr @10.53.0.1 -p 5300 >dig.out
 
 echo "I:test master file BIND 8 compatibility TTL and \$TTL semantics"
-$DIG +nostats ttl2. axfr @10.53.0.1 -p 5300 >>dig.out
+$DIG +nostats +nocmd ttl2. axfr @10.53.0.1 -p 5300 >>dig.out
 
 echo "I:test of master file RFC1035 TTL and \$TTL semantics"
-$DIG +nostats ttl2. axfr @10.53.0.1 -p 5300 >>dig.out
+$DIG +nostats +nocmd ttl2. axfr @10.53.0.1 -p 5300 >>dig.out
 
 diff dig.out knowngood.dig.out || status=1