From bca6ff69a7e92ec5703e375340ebb62a021d3262 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 20 Nov 2000 17:53:41 +0000 Subject: [PATCH] removed redundant comment --- bin/tests/system/dialup/tests.sh | 6 +----- bin/tests/system/dnssec/tests.sh | 6 +----- bin/tests/system/forward/tests.sh | 6 +----- bin/tests/system/limits/tests.sh | 6 +----- bin/tests/system/lwresd/tests.sh | 6 +----- bin/tests/system/notify/tests.sh | 6 +----- bin/tests/system/nsupdate/tests.sh | 10 +++++----- bin/tests/system/relay/tests.sh | 6 +----- bin/tests/system/stub/tests.sh | 6 +----- bin/tests/system/unknown/tests.sh | 6 +----- bin/tests/system/upforwd/tests.sh | 6 +----- bin/tests/system/views/tests.sh | 6 +----- bin/tests/system/xfer/tests.sh | 6 +----- 13 files changed, 17 insertions(+), 65 deletions(-) diff --git a/bin/tests/system/dialup/tests.sh b/bin/tests/system/dialup/tests.sh index fcd2954793..c1350912b0 100644 --- a/bin/tests/system/dialup/tests.sh +++ b/bin/tests/system/dialup/tests.sh @@ -15,11 +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 2000/11/03 07:15:46 marka Exp $ - -# -# Perform tests -# +# $Id: tests.sh,v 1.2 2000/11/20 17:53:24 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 50c5ceb45e..9206e8c23a 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -15,11 +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.25 2000/08/01 01:14:33 tale Exp $ - -# -# Perform tests -# +# $Id: tests.sh,v 1.26 2000/11/20 17:53:25 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/forward/tests.sh b/bin/tests/system/forward/tests.sh index 5e3108ea15..01c06312c5 100644 --- a/bin/tests/system/forward/tests.sh +++ b/bin/tests/system/forward/tests.sh @@ -13,15 +13,11 @@ # 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 2000/08/24 22:23:44 bwelling Exp $ +# $Id: tests.sh,v 1.2 2000/11/20 17:53:27 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh -# -# Perform tests -# - root=10.53.0.1 hidden=10.53.0.2 f1=10.53.0.3 diff --git a/bin/tests/system/limits/tests.sh b/bin/tests/system/limits/tests.sh index b2a77921b8..348b7286cf 100644 --- a/bin/tests/system/limits/tests.sh +++ b/bin/tests/system/limits/tests.sh @@ -15,15 +15,11 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.10 2000/09/22 23:17:57 bwelling Exp $ +# $Id: tests.sh,v 1.11 2000/11/20 17:53:28 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh -# -# Perform tests -# - status=0 echo "I:1000 A records" diff --git a/bin/tests/system/lwresd/tests.sh b/bin/tests/system/lwresd/tests.sh index 8295324b6a..a676cb0e67 100644 --- a/bin/tests/system/lwresd/tests.sh +++ b/bin/tests/system/lwresd/tests.sh @@ -15,15 +15,11 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.9 2000/10/13 23:28:00 bwelling Exp $ +# $Id: tests.sh,v 1.10 2000/11/20 17:53:29 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh -# -# Perform tests -# - sleep 5 status=0 diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh index dacf729a1e..dad646e399 100644 --- a/bin/tests/system/notify/tests.sh +++ b/bin/tests/system/notify/tests.sh @@ -15,11 +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.25 2000/08/01 01:15:56 tale Exp $ - -# -# Perform tests -# +# $Id: tests.sh,v 1.26 2000/11/20 17:53:32 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/nsupdate/tests.sh b/bin/tests/system/nsupdate/tests.sh index 1231582427..84e1819acc 100644 --- a/bin/tests/system/nsupdate/tests.sh +++ b/bin/tests/system/nsupdate/tests.sh @@ -15,11 +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.12 2000/09/20 00:42:24 gson Exp $ - -# -# Perform tests -# +# $Id: tests.sh,v 1.13 2000/11/20 17:53:33 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh @@ -91,5 +87,9 @@ $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd example.nil.\ echo "I:comparing zones" $PERL ../digcomp.pl dig.out.ns1 dig.out.ns1.after || status=1 +echo "I:performing RT #482 regression test" + + + echo "I:exit status: $status" exit $status diff --git a/bin/tests/system/relay/tests.sh b/bin/tests/system/relay/tests.sh index f14221e7a1..8d52cf68b1 100644 --- a/bin/tests/system/relay/tests.sh +++ b/bin/tests/system/relay/tests.sh @@ -15,11 +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 2000/08/17 09:18:01 marka Exp $ - -# -# Perform tests -# +# $Id: tests.sh,v 1.2 2000/11/20 17:53:35 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/stub/tests.sh b/bin/tests/system/stub/tests.sh index f5fd9b19c9..5026938b1b 100644 --- a/bin/tests/system/stub/tests.sh +++ b/bin/tests/system/stub/tests.sh @@ -15,15 +15,11 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.9 2000/08/01 01:16:34 tale Exp $ +# $Id: tests.sh,v 1.10 2000/11/20 17:53:36 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh -# -# Perform tests -# - status=0 echo "I:trying an axfr that should be denied (NOTAUTH)" diff --git a/bin/tests/system/unknown/tests.sh b/bin/tests/system/unknown/tests.sh index 6d25dc4135..75138a4b44 100644 --- a/bin/tests/system/unknown/tests.sh +++ b/bin/tests/system/unknown/tests.sh @@ -15,15 +15,11 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.4 2000/11/19 20:59:17 bwelling Exp $ +# $Id: tests.sh,v 1.5 2000/11/20 17:53:37 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh -# -# Perform tests -# - status=0 DIGOPTS="@10.53.0.1 -p 5300" diff --git a/bin/tests/system/upforwd/tests.sh b/bin/tests/system/upforwd/tests.sh index 37cabc5124..2e424aafd9 100644 --- a/bin/tests/system/upforwd/tests.sh +++ b/bin/tests/system/upforwd/tests.sh @@ -15,11 +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.3 2000/11/06 08:33:07 marka Exp $ - -# -# Perform tests -# +# $Id: tests.sh,v 1.4 2000/11/20 17:53:38 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/views/tests.sh b/bin/tests/system/views/tests.sh index 6724b68bb3..139591bbef 100644 --- a/bin/tests/system/views/tests.sh +++ b/bin/tests/system/views/tests.sh @@ -15,11 +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.21 2000/08/01 01:16:49 tale Exp $ - -# -# Perform tests -# +# $Id: tests.sh,v 1.22 2000/11/20 17:53:40 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/xfer/tests.sh b/bin/tests/system/xfer/tests.sh index e0d78eb83a..ce0740d516 100644 --- a/bin/tests/system/xfer/tests.sh +++ b/bin/tests/system/xfer/tests.sh @@ -15,15 +15,11 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.21 2000/08/01 01:17:07 tale Exp $ +# $Id: tests.sh,v 1.22 2000/11/20 17:53:41 gson Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh -# -# Perform tests -# - status=0 $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd example. \ @10.53.0.2 axfr -p 5300 > dig.out.ns2 || status=1