]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorPierangelo Masarati <ando@openldap.org>
Thu, 31 Aug 2006 13:35:01 +0000 (13:35 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 31 Aug 2006 13:35:01 +0000 (13:35 +0000)
tests/scripts/test009-referral

index 2df3fde1eb711b3e5e3f898a9a792da70a4078ea..c359aede5f2ebc0e793a5cba8663f864b5cf57fc 100755 (executable)
@@ -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)"