]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9038 Another test028 typo
authorOndřej Kuzník <ondra@mistotebe.net>
Wed, 26 Jun 2019 22:45:29 +0000 (00:45 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 8 Jul 2019 23:29:53 +0000 (23:29 +0000)
tests/scripts/test028-idassert

index 564a615d27e9e4cd9219ae87642e1f10b655ab21..dacd68d8fbc7a6206b7739d8be38f780eae0cb2c 100755 (executable)
@@ -252,7 +252,7 @@ if test $USE_SASL != "no" ; then
        if test $RC != 50 ; then
                echo "ldapwhoami should have failed ($RC)!"
                test $KILLSERVERS != no && kill -HUP $KILLPIDS
-               exit $RC
+               exit 1
        fi
 
        echo "Filtering ldapsearch results..."