X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fscripts%2Ftest014-whoami;h=d6ba80025dc6bd09d08df25ab4fb04be8f497068;hb=a5765f1785653cabe18419e710c5b2bf7723b892;hp=c1dec3f2873315595d8e94ed3bbfddfc75846414;hpb=fcf97e84486e1159c0f57114e3b130cf49d7f89d;p=openldap diff --git a/tests/scripts/test014-whoami b/tests/scripts/test014-whoami index c1dec3f287..d6ba80025d 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-2009 The OpenLDAP Foundation. +## Copyright 1998-2012 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"