26 lines
739 B
Diff
26 lines
739 B
Diff
|
|
From c064d45c5d4551f2321276c3a5ed25b1c08e115d Mon Sep 17 00:00:00 2001
|
||
|
|
From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= <ondra@mistotebe.net>
|
||
|
|
Date: Mon, 24 Jun 2019 16:37:23 +0200
|
||
|
|
Subject: [PATCH] ITS#9038 Fix typo in test script
|
||
|
|
|
||
|
|
---
|
||
|
|
tests/scripts/test028-idassert | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/tests/scripts/test028-idassert b/tests/scripts/test028-idassert
|
||
|
|
index 9e5e107..564a615 100755
|
||
|
|
--- 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"
|
||
|
|
--
|
||
|
|
1.7.10.4
|
||
|
|
|