From: Jong Hyuk Choi Date: Fri, 11 Jul 2003 00:54:05 +0000 (+0000) Subject: fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~829 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=132f738059efc0516ed5ee6af0bedc70c98d0f1e;p=openldap fix typo --- diff --git a/tests/scripts/test020-syncreplication-cascading b/tests/scripts/test020-syncreplication-cascading index 524684fe88..49257b6849 100755 --- a/tests/scripts/test020-syncreplication-cascading +++ b/tests/scripts/test020-syncreplication-cascading @@ -407,7 +407,7 @@ if test $? != 0 ; then fi echo "Comparing retrieved entries from master and P3 slave..." -$CMP $SEARCHFLT $P2LDIFFLT > $CMPOUT +$CMP $SEARCHFLT $P3LDIFFLT > $CMPOUT if test $? != 0 ; then echo "test failed - master and P3 slave databases differ"