]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add prerequisite check
authorEvan Hunt <each@isc.org>
Mon, 4 Jun 2018 21:32:44 +0000 (14:32 -0700)
committerEvan Hunt <each@isc.org>
Tue, 5 Jun 2018 03:05:09 +0000 (20:05 -0700)
(cherry picked from commit e229ae6999191e156b2f4e2cbe99be1980f5282f)

bin/tests/system/rootkeysentinel/prereq.sh [new file with mode: 0644]
util/copyrights

diff --git a/bin/tests/system/rootkeysentinel/prereq.sh b/bin/tests/system/rootkeysentinel/prereq.sh
new file mode 100644 (file)
index 0000000..a0d4e9c
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/sh
+#
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
+
+SYSTEMTESTTOP=..
+. $SYSTEMTESTTOP/conf.sh
+
+exec $SHELL ../testcrypto.sh
index 9607b3989d148b9d20c4b47b152bae152c3f3cec..dc770cf7472ef3edd127c4981e11f7fcb74f7cb6 100644 (file)
 ./bin/tests/system/rootkeysentinel/ns3/named.conf.in   CONF-C  2018
 ./bin/tests/system/rootkeysentinel/ns4/hint.db ZONE    2018
 ./bin/tests/system/rootkeysentinel/ns4/named.conf.in   CONF-C  2018
+./bin/tests/system/rootkeysentinel/prereq.sh   SH      2018
 ./bin/tests/system/rootkeysentinel/setup.sh    SH      2018
 ./bin/tests/system/rootkeysentinel/tests.sh    SH      2018
 ./bin/tests/system/rpz/clean.sh                        SH      2011,2012,2013,2014,2018