]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9038 Fix typo in test script
authorOndřej Kuzník <ondra@mistotebe.net>
Mon, 24 Jun 2019 14:37:23 +0000 (16:37 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 25 Jun 2019 14:57:47 +0000 (14:57 +0000)
tests/scripts/test028-idassert

index 9e5e107247ec24f9ccdd564fca77e2b2acefcf60..564a615d27e9e4cd9219ae87642e1f10b655ab21 100755 (executable)
@@ -199,7 +199,7 @@ RC=$?
 if test $RC != 1 ; then
     echo "ldapwhoami should have failed ($RC)!"
     test $KILLSERVERS != no && kill -HUP $KILLPIDS
-    exit $RC
+    exit 1
 fi
 
 ID="uid=jaj,ou=People,dc=example,dc=it"