From: Evan Hunt Date: Mon, 4 Jun 2018 21:32:44 +0000 (-0700) Subject: add prerequisite check X-Git-Tag: v9.10.8rc1~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ac84370ca7f1233ec1bf48422052ff8158b4ec;p=thirdparty%2Fbind9.git add prerequisite check (cherry picked from commit e229ae6999191e156b2f4e2cbe99be1980f5282f) --- diff --git a/bin/tests/system/rootkeysentinel/prereq.sh b/bin/tests/system/rootkeysentinel/prereq.sh new file mode 100644 index 00000000000..a0d4e9ce14a --- /dev/null +++ b/bin/tests/system/rootkeysentinel/prereq.sh @@ -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 diff --git a/util/copyrights b/util/copyrights index 9607b3989d1..dc770cf7472 100644 --- a/util/copyrights +++ b/util/copyrights @@ -1651,6 +1651,7 @@ ./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