mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Fixed filter-aaaa prereq.sh
This commit is contained in:
@@ -6,10 +6,11 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
if $FEATURETEST --enable-filter-aaaa
|
SYSTEMTESTTOP=..
|
||||||
then
|
. $SYSTEMTESTTOP/conf.sh
|
||||||
:
|
|
||||||
else
|
$FEATURETEST --enable-filter-aaaa || {
|
||||||
echo "I:This test requires --enable-filter-aaaa at compile time." >&2
|
echo "I:This test requires --enable-filter-aaaa at compile time." >&2
|
||||||
exit 255
|
exit 255
|
||||||
fi
|
}
|
||||||
|
exit 0
|
||||||
|
Reference in New Issue
Block a user