]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test001-slapadd
Fix minor error in error text handling
[openldap] / tests / scripts / test001-slapadd
index 269829debc8a261657db55bfdea6abfc95605944..9d3af2d82768530ec8976bf0262acbdc01d6fbbd 100755 (executable)
@@ -68,7 +68,7 @@ $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
 if test $? != 0 ; then
        echo "comparison failed - database was not created correctly"
        echo $SEARCHFLT $LDIFFLT
-       diff -u $SEARCHFLT $LDIFFLT
+       diff -iu $SEARCHFLT $LDIFFLT
        exit 1
 fi