From: Jelte Jansen Date: Fri, 20 Jan 2006 09:09:14 +0000 (+0000) Subject: 04-run-test now queries k.root-servers.net instead of localhost which may not run... X-Git-Tag: release-1.1.0~412 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d15278bfbe852952a4d40d04bf8d873cccd4797;p=thirdparty%2Fldns.git 04-run-test now queries k.root-servers.net instead of localhost which may not run a nameserver --- diff --git a/test/04-run-normal.tpkg b/test/04-run-normal.tpkg index 12431a54..0db1bd03 100644 --- a/test/04-run-normal.tpkg +++ b/test/04-run-normal.tpkg @@ -3,8 +3,8 @@ # To extract the files from this archive, save it to some FILE, remove # everything before the `!/bin/sh' line above, then type `sh FILE'. # -# Made on 2006-01-04 14:30 CET by . -# Source directory was `/home/miekg/svn/libdns/trunk/test/04-run-normal.dir'. +# Made on 2006-01-20 10:01 CET by . +# Source directory was `/home/jeltejan/repos/libdns/test/04-run-normal.dir'. # # Existing files will *not* be overwritten unless `-c' is specified. # @@ -13,7 +13,7 @@ # ------ ---------- ------------------------------------------ # 277 -rw------- 04-run-normal.dsc # 51 -rw------- 04-run-normal.help -# 654 -rw------- 04-run-normal.test +# 663 -rw------- 04-run-normal.test # save_IFS="${IFS}" IFS="${IFS}:" @@ -63,7 +63,7 @@ else fi rm -f 200112312359.59 123123592001.59 123123592001.5 1231235901 $$.touch # -if mkdir _sh25469; then +if mkdir _sh28322; then $echo 'x -' 'creating lock directory' else $echo 'failed to create lock directory' @@ -148,7 +148,7 @@ TPKG_BUILD=$1 X cd $TPKG_BUILD cd drill/ -LD_LIBRARY_PATH=../.libs ./drill @localhost mx miek.nl && \ +LD_LIBRARY_PATH=../.libs ./drill @k.root-servers.net mx miek.nl && \ LD_LIBRARY_PATH=../.libs ./drill mx miek.nl if [[ $? -ne 0 ]]; then X exit 1 @@ -159,20 +159,20 @@ if [[ $? -ne 1 ]]; then X exit 1 fi SHAR_EOF - (set 20 06 01 04 14 29 57 '04-run-normal.test'; eval "$shar_touch") && + (set 20 06 01 20 10 01 43 '04-run-normal.test'; eval "$shar_touch") && chmod 0600 '04-run-normal.test' || $echo 'restore of' '04-run-normal.test' 'failed' if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then md5sum -c << SHAR_EOF >/dev/null 2>&1 \ || $echo '04-run-normal.test:' 'MD5 check failed' -035338a953c9c2a032a5d89deb0739ce 04-run-normal.test +104f1ebdd69b97f1fa6c68fd090b080d 04-run-normal.test SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < '04-run-normal.test'`" - test 654 -eq "$shar_count" || - $echo '04-run-normal.test:' 'original size' '654,' 'current size' "$shar_count!" + test 663 -eq "$shar_count" || + $echo '04-run-normal.test:' 'original size' '663,' 'current size' "$shar_count!" fi fi -rm -fr _sh25469 +rm -fr _sh28322 exit 0