mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:52:27 -04:00
Merge branch 'tkrizek-forward-test-echo-i' into 'main'
Fix echo_i typo in forward test See merge request isc-projects/bind9!8050
This commit is contained in:
commit
d437b7043a
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue