From: Miek Gieben Date: Fri, 20 Jan 2006 14:51:09 +0000 (+0000) Subject: sadly cannot use the make target X-Git-Tag: release-1.1.0~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d933ea136a10a7ec4f5b2f89f2b6432f71cce98;p=thirdparty%2Fldns.git sadly cannot use the make target --- diff --git a/test/09-doc-check.tpkg b/test/09-doc-check.tpkg index b40957c4..5acba156 100644 --- a/test/09-doc-check.tpkg +++ b/test/09-doc-check.tpkg @@ -3,7 +3,7 @@ # 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-20 15:38 CET by . +# Made on 2006-01-20 15:50 CET by . # Source directory was `/home/miekg/svn/libdns/trunk/test/09-doc-check.dir'. # # Existing files will *not* be overwritten unless `-c' is specified. @@ -13,7 +13,7 @@ # ------ ---------- ------------------------------------------ # 284 -rw------- 09-doc-check.dsc # 75 -rw------- 09-doc-check.help -# 723 -rw------- 09-doc-check.test +# 774 -rw------- 09-doc-check.test # save_IFS="${IFS}" IFS="${IFS}:" @@ -63,7 +63,7 @@ else fi rm -f 200112312359.59 123123592001.59 123123592001.5 1231235901 $$.touch # -if mkdir _sh25045; then +if mkdir _sh25753; then $echo 'x -' 'creating lock directory' else $echo 'failed to create lock directory' @@ -152,35 +152,35 @@ case $OSTYPE in X linux*) X A=`make doc 2>&1 | wc -l` X echo $A -X make doc +X /usr/bin/doxygen libdns.doxygen X ;; X freebsd*) X A=`gmake doc 2>&1 | wc -l` X echo $A -X gmake doc +X /usr/local/bin/doxygen libdns.doxygen X ;; esac X if [[ $A -lt 5 ]]; then -X exit 1 +X exit 0 else X exit 1 fi SHAR_EOF - (set 20 06 01 20 15 38 53 '09-doc-check.test'; eval "$shar_touch") && + (set 20 06 01 20 15 50 45 '09-doc-check.test'; eval "$shar_touch") && chmod 0600 '09-doc-check.test' || $echo 'restore of' '09-doc-check.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 '09-doc-check.test:' 'MD5 check failed' -d7cc6e5e303553c5754c13d93da1046b 09-doc-check.test +60b56511e08140584f4a880733f6531d 09-doc-check.test SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < '09-doc-check.test'`" - test 723 -eq "$shar_count" || - $echo '09-doc-check.test:' 'original size' '723,' 'current size' "$shar_count!" + test 774 -eq "$shar_count" || + $echo '09-doc-check.test:' 'original size' '774,' 'current size' "$shar_count!" fi fi -rm -fr _sh25045 +rm -fr _sh25753 exit 0