]> 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>
Mon, 4 Jun 2018 21:41:22 +0000 (17:41 -0400)
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 69756b915c2c76b5ed3ced971b4539d128618a00..e364bcdb041f1b4ff323cd19090a3c1e34fcc027 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,2016,2018