[PATCH] 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)
committerRyan Tandy <ryan@nardis.ca>
Fri, 22 Jan 2021 03:54:40 +0000 (03:54 +0000)
Gbp-Pq: Name ITS-9038-Fix-typo-in-test-script.patch

tests/scripts/test028-idassert

index b163629fcb905a26c7833ca4fb267b15c5cabdde..35d768690d293087c2e4ef66e2d15c3e0a7cad66 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"