X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest014-whoami;h=a41c8ba1f412f3a6e6b480b581e25133d462db11;hb=58c0bf5ad12415ac4fde91d4ae39ac883eb28106;hp=bc2561dac5c393492e9e73241ab8e8b2a44401f0;hpb=b203d37caea2f55acfd8604820ed2a34b518e39c;p=openldap diff --git a/tests/scripts/test014-whoami b/tests/scripts/test014-whoami index bc2561dac5..a41c8ba1f4 100755 --- a/tests/scripts/test014-whoami +++ b/tests/scripts/test014-whoami @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2008 The OpenLDAP Foundation. +## Copyright 1998-2011 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -437,7 +437,7 @@ RC=$? if test $RC != 1 ; then echo "ldapwhoami failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC + exit 1 fi BINDDN="dc=example,dc=com"