mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
exit 255 for SKIPPED
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: prereq.sh,v 1.1 2011/10/28 02:18:56 smann Exp $
|
# $Id: prereq.sh,v 1.2 2011/10/28 03:15:05 marka Exp $
|
||||||
|
|
||||||
if $PERL -e 'use Net::DNS;' 2>/dev/null
|
if $PERL -e 'use Net::DNS;' 2>/dev/null
|
||||||
then
|
then
|
||||||
@@ -26,9 +26,9 @@ then
|
|||||||
:
|
:
|
||||||
else
|
else
|
||||||
echo "I:This test requires the version 0.66 or later of the Net::DNS library." >&2
|
echo "I:This test requires the version 0.66 or later of the Net::DNS library." >&2
|
||||||
exit 1
|
exit 255
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "I:This test requires the Net::DNS library." >&2
|
echo "I:This test requires the Net::DNS library." >&2
|
||||||
exit 1
|
exit 255
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user