From 8f3b71b03532e90c147ef21f36a876b093b0ef3b Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 13 Oct 1999 00:27:41 +0000 Subject: [PATCH] Regression test scripts set EF_DISABLE_BANNER (for Electric Fence). --- changelog | 1 + regress/m1test | 3 +++ regress/r1test | 3 +++ 3 files changed, 7 insertions(+) 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 -- 2.30.2