]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test009-referral
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / tests / scripts / test009-referral
index 2df3fde1eb711b3e5e3f898a9a792da70a4078ea..0f44d3ab9c265c54686933a54189154b0f33bbc1 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2006 The OpenLDAP Foundation.
+## Copyright 1998-2012 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -148,7 +148,7 @@ fi
 echo "Testing dontUseCopy control..."
 $LDAPSEARCH -C -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
        -E \!dontUseCopy \
-       'sn=jensen' >! $SEARCHOUT
+       'sn=jensen' >> $SEARCHOUT
 RC=$?
 if test $RC = 10 ; then
        echo "ldapsearch failed as expected ($RC)"
@@ -163,9 +163,9 @@ test $KILLSERVERS != no && kill -HUP $KILLPIDS
 LDIF=$SEARCHOUTMASTER
 
 echo "Filtering ldapsearch results..."
-$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
+$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
 echo "Filtering original ldif used to create database..."
-$LDIFFILTER < $LDIF > $LDIFFLT
+$LDIFFILTER < $LDIF > $LDIFFLT
 echo "Comparing filter output..."
 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT