bind9/bin/tests/system/verify
Michał Kępień 5159597db5 Fix awk invocation in the "verify" system test
Appending output of a command to the same file as the one that command
is reading from is a dangerous practice.  It seems to have accidentally
worked with all the awk implementations we have tested against so far,
but for BusyBox awk, doing this may result in the input/output file
being written to in an infinite loop.  Prevent this from happening by
redirect awk output to a temporary file and appending its contents to
the original file in a separate shell pipeline.

(cherry picked from commit bb9c1654e2)
2019-07-30 21:25:47 +02:00
..
zones Fix awk invocation in the "verify" system test 2019-07-30 21:25:47 +02:00
.gitignore 4487. [test] Make system tests work on Windows. [RT #42931] 2016-10-19 17:18:42 +02:00
clean.sh only check the bit map 2018-08-03 08:21:48 +10:00
setup.sh Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00
tests.sh Treat records below a DNAME as out-of-zone data 2018-06-13 12:19:54 +02:00