]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix a typo in a test description
authorMark Andrews <marka@isc.org>
Sun, 15 Dec 2024 23:04:10 +0000 (10:04 +1100)
committerEvan Hunt <each@isc.org>
Wed, 7 May 2025 07:00:10 +0000 (00:00 -0700)
The test description "checking delv -c CH is ignored, and
treated like IN" in digdelv was garbled.

(cherry picked from commit 5424b30d7a4ac748c1ae548c323483a60c2c3b31)

bin/tests/system/digdelv/tests.sh

index 84b044efdeb3310b1791dd0da79e9a9daab8ac1e..85f99191b6834ac77ad702c7318e18d2c49bac7d 100644 (file)
@@ -1590,7 +1590,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." <delv.out.test$n >/dev/null || ret=1