X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest038-retcode;h=bc3c00979c55cfb837e3dbe7e7fd7e98859c832e;hb=fc1396fa2e94ee2e752fd7c3ea5bb22f6592398a;hp=41f1ade7cdb4b2b4176dd6e0ecd7107778843492;hpb=4af9eb971559e3a1f0432615e93ec870dc753ddb;p=openldap diff --git a/tests/scripts/test038-retcode b/tests/scripts/test038-retcode index 41f1ade7cd..bc3c00979c 100755 --- a/tests/scripts/test038-retcode +++ b/tests/scripts/test038-retcode @@ -2,7 +2,7 @@ # $Header$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2009 The OpenLDAP Foundation. +## Copyright 1998-2012 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -77,7 +77,7 @@ RC=$? if test $RC != 3 ; then echo "ldapsearch failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC + exit 1 fi echo "Testing modify for unwillingToPerform..." @@ -90,7 +90,7 @@ RC=$? if test $RC != 53 ; then echo "ldapmodify failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC + exit 1 fi echo "Testing compare for success after sleep (2 s)..."