]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fixup the start_fail -> start_servers_failed typo
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2020 16:35:25 +0000 (18:35 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2020 16:41:08 +0000 (18:41 +0200)
bin/tests/system/run.sh.in

index 2f46310ade7b37c6291b2c1036426449d920a0f0..3292d01bb498d3b352f1261ae3d789582c9aa84a 100644 (file)
@@ -120,7 +120,7 @@ start_servers_failed() {
 start_servers() {
     echoinfo "I:$systest:starting servers"
     if $restart; then
-        $PERL start.pl --restart --port "$PORT" "$systest" || start_fail
+        $PERL start.pl --restart --port "$PORT" "$systest" || start_servers_failed
     else
         restart=true
         $PERL start.pl --port "$PORT" "$systest" || start_fail