#
# Copyright (C) 2013, 2015, 2016 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/.
status=0
echo "I:test name to long"
if [ "${ans}" != "got: 000080010000000000000000" ];
then
fi
echo "I:two questions"
if [ "${ans}" != "got: 000080010000000000000000" ];
then
fi
# this one is now NOERROR
echo "I:no questions"
if [ "${ans}" != "got: 000080000000000000000000" ];
then
fi
echo "I:exit status: $status"