X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest062-config-delete;h=2879b983fdaf058b5b65b84df824edf046fbb003;hb=1add666e5a6ace4281df809ad5d37c4534333616;hp=82608ac5e873111a8ed006d8fc3a9b77e4769b3d;hpb=ca15238dfbd58d46126eb2bd91bc987f03207cd4;p=openldap diff --git a/tests/scripts/test062-config-delete b/tests/scripts/test062-config-delete index 82608ac5e8..262264e9b6 100755 --- a/tests/scripts/test062-config-delete +++ b/tests/scripts/test062-config-delete @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2011 The OpenLDAP Foundation. +## Copyright 1998-2015 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -139,7 +139,7 @@ if test -f "$RCOUT" ; then wait $SEARCHPID SEARCHRC=`cat $RCOUT` echo "Checking return code of backgrounded RefreshAndPersist search ..." - if test $SEARCHRC != 52 ; then + if test 52 != "$SEARCHRC" ; then echo "Error: Backgrounded ldapsearch returned the wrong error code: $SEARCHRC" RC=1 else