mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
tsiggss test needed a prereq.sh file. (Committing without review because
the script is simple, no one is available, and I want to shut robie up.)
This commit is contained in:
parent
ec310af18b
commit
6c3eff861d
1 changed files with 11 additions and 0 deletions
11
bin/tests/system/tsiggss/prereq.sh
Normal file
11
bin/tests/system/tsiggss/prereq.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
TOP=${SYSTEMTESTTOP:=.}/../../../..
|
||||
|
||||
# enable the tsiggss test only if gssapi was enabled
|
||||
$TOP/bin/named/named -V | grep with.gssapi | grep -v with-gssapi=no > /dev/null || {
|
||||
echo "I:BIND9 was not built with --with-gssapi"
|
||||
exit 1
|
||||
}
|
||||
|
||||
exit 0
|
||||
Loading…
Reference in a new issue