From: Howard Chu Date: Fri, 17 May 2002 08:24:53 +0000 (+0000) Subject: Fix success test on last comparison X-Git-Tag: OPENLDAP_REL_ENG_2_MP~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=671e92098a356ebc11f3d4a31199e15d90cde2ea;p=openldap Fix success test on last comparison --- diff --git a/tests/scripts/test005-modrdn b/tests/scripts/test005-modrdn index 967bb2cf19..ef4b1520a0 100755 --- a/tests/scripts/test005-modrdn +++ b/tests/scripts/test005-modrdn @@ -214,11 +214,12 @@ echo "Filtering original ldif used to create database..." echo "Comparing filter output..." $CMP $SEARCHFLT $LDIFFLT > $CMPOUT -kill -HUP $PID if test $? != 0 ; then echo "comparison failed - modrdn operations did not complete correctly" + kill -HUP $PID exit 1 fi +kill -HUP $PID echo ">>>>> Test succeeded"