]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
exit 255
authorMark Andrews <marka@isc.org>
Fri, 24 Dec 2010 07:27:15 +0000 (07:27 +0000)
committerMark Andrews <marka@isc.org>
Fri, 24 Dec 2010 07:27:15 +0000 (07:27 +0000)
bin/tests/system/gost/prereq.sh.in

index 2ca7bc9714a4067c0677c4467d5109a1a1170ff0..6b4b83dede219b8b0f182d1ff665c14edfa5a278 100644 (file)
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh.in,v 1.2 2010/12/23 04:07:59 marka Exp $
+# $Id: prereq.sh.in,v 1.3 2010/12/24 07:27:15 marka Exp $
 
 OPENSSL_GOST="@OPENSSL_GOST@"
 if ! test -n "$OPENSSL_GOST"
 then
     echo "I:This test requires a openssl version with gost support." >&2
-    exit 1
+    exit 255
 fi