]> 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)
committerMark Andrews <marka@isc.org>
Mon, 21 Apr 2025 23:24:18 +0000 (09:24 +1000)
The test description "checking delv -c CH is ignored, and
treated like IN" in digdelv was garbled.

bin/tests/system/digdelv/tests.sh

index bd0afa930159b6bec71bfca2d18ef31c0cc1ebda..4807826fffad412786cf16181f0daca5209c3d66 100644 (file)
@@ -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." <delv.out.test$n >/dev/null || ret=1