]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorJong Hyuk Choi <jongchoi@openldap.org>
Fri, 11 Jul 2003 00:54:05 +0000 (00:54 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Fri, 11 Jul 2003 00:54:05 +0000 (00:54 +0000)
tests/scripts/test020-syncreplication-cascading

index 524684fe88bf19896027ec54949bca8c200a0928..49257b68491749cf83fa4df2c84197fcbb544089 100755 (executable)
@@ -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"