]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix another the start_fail -> start_servers_failed typo
authorOndřej Surý <ondrej@isc.org>
Fri, 1 May 2020 06:04:20 +0000 (08:04 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 1 May 2020 06:04:20 +0000 (08:04 +0200)
bin/tests/system/run.sh.in

index 3292d01bb498d3b352f1261ae3d789582c9aa84a..428567f56496b22aaccfc37336833b747c4c5ad9 100644 (file)
@@ -123,7 +123,7 @@ start_servers() {
         $PERL start.pl --restart --port "$PORT" "$systest" || start_servers_failed
     else
         restart=true
-        $PERL start.pl --port "$PORT" "$systest" || start_fail
+        $PERL start.pl --port "$PORT" "$systest" || start_servers_failed
     fi
 }