Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
636
Issues
636
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
bfe8e7ea
Commit
bfe8e7ea
authored
Feb 07, 2019
by
Curtis Blackburn
Committed by
Michał Kępień
Feb 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added prereq.sh to forward test to detect perl Net::DNS
(cherry picked from commit
8c929bd7
)
parent
ab3066ef
Pipeline
#9735
passed with stages
in 20 minutes and 57 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
bin/tests/system/forward/prereq.sh
bin/tests/system/forward/prereq.sh
+21
-0
util/copyrights
util/copyrights
+1
-0
No files found.
bin/tests/system/forward/prereq.sh
0 → 100644
View file @
bfe8e7ea
#!/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
if
$PERL
-e
'use Net::DNS;'
2>/dev/null
then
:
else
echo_i
"This test requires the Net::DNS library."
>
&2
exit
1
fi
util/copyrights
View file @
bfe8e7ea
...
...
@@ -1319,6 +1319,7 @@
./bin/tests/system/forward/ns5/root.db ZONE 2011,2016,2018,2019
./bin/tests/system/forward/ns7/named.conf.in CONF-C 2019
./bin/tests/system/forward/ns7/root.db ZONE 2019
./bin/tests/system/forward/prereq.sh SH 2019
./bin/tests/system/forward/rfc1918-inherited.conf CONF-C 2016,2018,2019
./bin/tests/system/forward/rfc1918-notinherited.conf CONF-C 2016,2018,2019
./bin/tests/system/forward/setup.sh SH 2018,2019
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment