]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/sql-test900-write
ITS#7920
[openldap] / tests / scripts / sql-test900-write
index b11b4fd3d1f4ae60c190b6f0f8128c00c001cdd3..a19ea373ed000fb4d1d6513c2f53f9de62c1f33f 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2007 The OpenLDAP Foundation.
+## Copyright 1998-2014 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -549,9 +549,9 @@ EOMODS
        fi
 
        echo "Filtering ldapsearch results..."
-       $LDIFFILTER < $SEARCHOUT > $SEARCHFLT
+       $LDIFFILTER < $SEARCHOUT > $SEARCHFLT
        echo "Filtering modified ldif..."
-       $LDIFFILTER < $SQLWRITE > $LDIFFLT
+       $LDIFFILTER < $SQLWRITE > $LDIFFLT
        echo "Comparing filter output..."
        $CMP $SEARCHFLT $LDIFFLT > $CMPOUT