]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
04-run-test now queries k.root-servers.net instead of localhost which may not run...
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Fri, 20 Jan 2006 09:09:14 +0000 (09:09 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Fri, 20 Jan 2006 09:09:14 +0000 (09:09 +0000)
test/04-run-normal.tpkg

index 12431a54c966bb1a3dd231adb737a64548b96b91..0db1bd031551b2fe675385f93aac1745be1a728d 100644 (file)
@@ -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 <miekg@floep>.
-# Source directory was `/home/miekg/svn/libdns/trunk/test/04-run-normal.dir'.
+# Made on 2006-01-20 10:01 CET by <jeltejan@eliza>.
+# 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