From dfe5336e21eee1619f87e2c6d529cd3b403a37f2 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Mon, 22 Aug 2005 08:10:03 +0000 Subject: [PATCH] Fix typo "==" -> "=" in test --- tests/scripts/sql-test000-read | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/sql-test000-read b/tests/scripts/sql-test000-read index 98ebe37326..26ebc76846 100755 --- a/tests/scripts/sql-test000-read +++ b/tests/scripts/sql-test000-read @@ -71,7 +71,7 @@ fi echo -n "Testing incorrect bind (should fail)... " $LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "$BINDDN" -w "XXX" RC=$? -if test $RC == 0 ; then +if test $RC = 0 ; then echo "ldapwhoami should have failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC -- 2.39.5