]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test009-referral
s/ldap_sync.h/ldap.h/
[openldap] / tests / scripts / test009-referral
index 2df3fde1eb711b3e5e3f898a9a792da70a4078ea..ff582424c17fc63c78e14885a160b8fadc8bf3e4 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-2008 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)"