]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4463. [bug] The dnstap system test failed on some systems.
authorMark Andrews <marka@isc.org>
Thu, 8 Sep 2016 01:40:24 +0000 (11:40 +1000)
committerMark Andrews <marka@isc.org>
Thu, 8 Sep 2016 01:40:47 +0000 (11:40 +1000)
                        [RT #43129]

(cherry picked from commit ed7097fc0019874143e979abca9d2b2dbb60894a)

CHANGES
bin/tests/system/dnstap/tests.sh

diff --git a/CHANGES b/CHANGES
index 56120a310db5a6404ba801e3acb3d6001acbb457..ea3a9c52f04e5145703aece709e2c7aef3ccb39c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+4463.  [bug]           The dnstap system test failed on some systems.
+                       [RT #43129]
+
 4462.  [bug]           Don't describe a returned EDNS COOKIE as "good"
                        when there isn't a valid server cookie. [RT #43167]
 
index 78e15e11af03df0e12e92c702303204f6f18ca86..45f622b056c7ef90a9b9c1c52ca94f56c0324c8e 100644 (file)
@@ -40,7 +40,7 @@ mv ns2/dnstap.out ns2/dnstap.out.save
 
 if [ -n "$FSTRM_CAPTURE" ] ; then
        $FSTRM_CAPTURE -t protobuf:dnstap.Dnstap -u ns4/dnstap.out \
-               -w dnstap.out >& fstrm_capture.out &
+               -w dnstap.out > fstrm_capture.out 2>&1 &
        fstrm_capture_pid=$!
 fi
 
@@ -424,7 +424,7 @@ if [ -n "$FSTRM_CAPTURE" ] ; then
        }
        mv dnstap.out dnstap.out.save
        $FSTRM_CAPTURE -t protobuf:dnstap.Dnstap -u ns4/dnstap.out \
-               -w dnstap.out >& fstrm_capture.out & 
+               -w dnstap.out > fstrm_capture.out 2>&1 &
        fstrm_capture_pid=$!
        $RNDCCMD -s 10.53.0.4 dnstap -reopen | sed 's/^/I:ns4 /'
        $DIG +short @10.53.0.4 -p 5300 a.example > dig.out