X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fsql-test900-write;h=dec22129f8f230460bcd75b562f7966dccc41b18;hb=b30fc9f571a4a04487cdbff1891c1d4d89fbf9d6;hp=dd0020eca82e2e9fdff8132398dd207ee300918b;hpb=91bdea2817f496bb69a8db9b5f1465ebc17aac52;p=openldap diff --git a/tests/scripts/sql-test900-write b/tests/scripts/sql-test900-write index dd0020eca8..dec22129f8 100755 --- a/tests/scripts/sql-test900-write +++ b/tests/scripts/sql-test900-write @@ -348,7 +348,7 @@ EOMODS if test $RC = 0 ; then echo "ldapmodify should have failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC + exit 1 fi echo "Modifying a referral (should fail)..." @@ -367,7 +367,7 @@ EOMODS if test $RC = 0 ; then echo "ldapmodify should have failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC + exit 1 fi echo "Renaming a referral (should fail)..." @@ -385,7 +385,7 @@ EOMODS if test $RC = 0 ; then echo "ldapmodify should have failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC + exit 1 fi echo "Deleting a referral (should fail)..." @@ -401,7 +401,7 @@ EOMODS if test $RC = 0 ; then echo "ldapmodify should have failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC + exit 1 fi echo "Adding a referral..." @@ -571,4 +571,3 @@ test $KILLSERVERS != no && kill -HUP $KILLPIDS echo ">>>>> Test succeeded" exit 0 -