From: Otto Moerbeek Date: Tue, 23 Jan 2024 12:48:20 +0000 (+0100) Subject: rec: fix YAML conversion test X-Git-Tag: dnsdist-1.9.0-rc1~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644e01e28ab36b35ec7063337d4f7dc9315837a6;p=thirdparty%2Fpdns.git rec: fix YAML conversion test This test has race condition and after #13728, an output line can occur multilpe times in the output. So filter those. --- diff --git a/regression-tests.recursor/YAMLConversion/command b/regression-tests.recursor/YAMLConversion/command index 330dd0fe96..b8e9880d12 100755 --- a/regression-tests.recursor/YAMLConversion/command +++ b/regression-tests.recursor/YAMLConversion/command @@ -25,7 +25,7 @@ ${RECCONTROL} --config-dir=. quit-nicely if [ $? = 0 ]; then break fi -done +done | uniq set -e diff -u apizones.expected $d2/apizones