From e229ae6999191e156b2f4e2cbe99be1980f5282f Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 4 Jun 2018 14:32:44 -0700 Subject: [PATCH] add prerequisite check --- bin/tests/system/rootkeysentinel/prereq.sh | 15 +++++++++++++++ util/copyrights | 1 + 2 files changed, 16 insertions(+) create mode 100644 bin/tests/system/rootkeysentinel/prereq.sh diff --git a/bin/tests/system/rootkeysentinel/prereq.sh b/bin/tests/system/rootkeysentinel/prereq.sh new file mode 100644 index 0000000000..a0d4e9ce14 --- /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 69756b915c..e364bcdb04 100644 --- a/util/copyrights +++ b/util/copyrights @@ -1888,6 +1888,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,2016,2018