From: ian Date: Wed, 13 Oct 1999 00:27:41 +0000 (+0000) Subject: Regression test scripts set EF_DISABLE_BANNER (for Electric Fence). X-Git-Tag: rel-adns-0-5~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=1671459cd4ce35f55431e2014199da8a7a68b2c4 Regression test scripts set EF_DISABLE_BANNER (for Electric Fence). --- diff --git a/changelog b/changelog index 74ea490..e6eab54 100644 --- a/changelog +++ b/changelog @@ -34,6 +34,7 @@ adns (0.5) unstable; urgency=medium * New comment in adns_processany and return 0 (not r which is 0). * Documentation of resolv.conf directives and options, and of environment variables understood, in adns.h + * Regression test scripts set EF_DISABLE_BANNER (for Electric Fence). Portability and build improvements: * Give install the '-c' flag (otherwise some delete the original !). diff --git a/regress/m1test b/regress/m1test index 82e94ca..dbd6bc5 100755 --- a/regress/m1test +++ b/regress/m1test @@ -22,6 +22,9 @@ initstring="`cat init-$initfile.text`" echo $initfile $initflags >"$case.sys" echo "$queryargs" >>"$case.sys" +EF_DISABLE_BANNER=1 +export EF_DISABLE_BANNER + echo running hrecord $initflags "/... $queryargs" set +e ADNS_TEST_OUT_FD=3 3>>"$case.sys" >"$case.out" 2>"$case.err" >"$ocase.report" >"$ocase.out" 2>"$ocase.err" \ ./hplayback $initflags "/$initstring" $queryargs