]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Rename start() and stop() to start_server() and stop_server()
authorOndřej Surý <ondrej@sury.org>
Fri, 1 May 2020 08:14:21 +0000 (10:14 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 1 May 2020 11:37:44 +0000 (13:37 +0200)
On OpenBSD, there's non-POSIX alias from stop to kill that breaks
the conf.sh.common script.

bin/tests/system/conf.sh.common

index 0e559c7f7926de5a2420d9d7ef712fb73e0c9f67..02c191d5b9e3f91e6177c6fbd02da8df7cafcfbe 100644 (file)
@@ -192,6 +192,18 @@ digcomp() {
     return $result
 }
 
+start_server() {
+    $PERL "$TOP_SRCDIR/bin/tests/system/start.pl" "$@"
+}
+
+stop_server() {
+    $PERL "$TOP_SRCDIR/bin/tests/system/stop.pl" "$@"
+}
+
+send() {
+    $PERL "$TOP_SRCDIR/bin/tests/system/send.pl" "$@"
+}
+
 #
 # Useful variables in test scripts
 #