projects
/
openldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91ad478
)
[PATCH] ITS#9038 Fix typo in test script
author
Ondřej Kuzník
<ondra@mistotebe.net>
Mon, 24 Jun 2019 14:37:23 +0000
(16:37 +0200)
committer
Ryan Tandy
<ryan@nardis.ca>
Fri, 30 Oct 2020 01:36:26 +0000
(
01:36
+0000)
Gbp-Pq: Name ITS-9038-Fix-typo-in-test-script.patch
tests/scripts/test028-idassert
patch
|
blob
|
history
diff --git
a/tests/scripts/test028-idassert
b/tests/scripts/test028-idassert
index b163629fcb905a26c7833ca4fb267b15c5cabdde..35d768690d293087c2e4ef66e2d15c3e0a7cad66 100755
(executable)
--- a/
tests/scripts/test028-idassert
+++ b/
tests/scripts/test028-idassert
@@
-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"