Regression test scripts set EF_DISABLE_BANNER (for Electric Fence).
authorian <ian>
Wed, 13 Oct 1999 00:27:41 +0000 (00:27 +0000)
committerian <ian>
Wed, 13 Oct 1999 00:27:41 +0000 (00:27 +0000)
changelog
regress/m1test
regress/r1test

index 74ea490..e6eab54 100644 (file)
--- 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 !).
index 82e94ca..dbd6bc5 100755 (executable)
@@ -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" </dev/null \
index 142ef19..de8db69 100755 (executable)
@@ -17,6 +17,9 @@ initstring="`cat init-$initfile.text`"
 
 rm -f $ocase.*
 
+EF_DISABLE_BANNER=1
+export EF_DISABLE_BANNER
+
 set +e
 ADNS_TEST_REPORT_FD=3 3>>"$ocase.report" >"$ocase.out" 2>"$ocase.err" \
  ./hplayback $initflags "/$initstring" $queryargs