]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix echo_i typo in forward test
authorTom Krizek <tkrizek@isc.org>
Thu, 22 Jun 2023 16:54:48 +0000 (18:54 +0200)
committerTom Krizek <tkrizek@isc.org>
Thu, 22 Jun 2023 17:12:46 +0000 (19:12 +0200)
bin/tests/system/forward/tests.sh

index 15546904f417150e911df15d9734bb9054fc099d..1f143e558a13c0f06b06790ea16cd0e028a245e1 100644 (file)
@@ -199,7 +199,7 @@ then
     if [ $ret != 0 ]; then echo_i "failed"; fi
     status=$((status+ret))
 else
-    echo_t "skipped."
+    echo_i "skipped."
 fi
 
 n=$((n+1))