From: Mark Andrews Date: Sun, 15 Dec 2024 23:04:10 +0000 (+1100) Subject: Fix a typo in a test description X-Git-Tag: v9.21.8~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5424b30d7a4ac748c1ae548c323483a60c2c3b31;p=thirdparty%2Fbind9.git Fix a typo in a test description The test description "checking delv -c CH is ignored, and treated like IN" in digdelv was garbled. --- diff --git a/bin/tests/system/digdelv/tests.sh b/bin/tests/system/digdelv/tests.sh index bd0afa93015..4807826fffa 100644 --- a/bin/tests/system/digdelv/tests.sh +++ b/bin/tests/system/digdelv/tests.sh @@ -1657,7 +1657,7 @@ if [ -x "$DELV" ]; then status=$((status + ret)) n=$((n + 1)) - echo_i "checking delv H is ignored, and treated like IN ($n)" + echo_i "checking delv -c CH is ignored, and treated like IN ($n)" ret=0 delv_with_opts @10.53.0.3 -c CH -t a a.example >delv.out.test$n || ret=1 grep "a.example." /dev/null || ret=1