This commit is contained in:
Jong Hyuk Choi 2003-07-11 00:54:05 +00:00
parent b231c33efa
commit 132f738059

View File

@ -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"