]> git.sur5r.net Git - openldap/commitdiff
Fix test062-config-delete typo 2>%1 to 2>&1
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 6 May 2011 20:45:39 +0000 (22:45 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 7 May 2011 18:14:50 +0000 (20:14 +0200)
tests/scripts/test062-config-delete

index 2c4f5fa3b8c85bf5d2fc68221b9e8372b601fa6f..0cb103953b5c7cb30f8f735e03762b68bb3a6726 100755 (executable)
@@ -156,7 +156,7 @@ if test $RC != 0 ; then
 fi
 
 echo "Running a refreshOnly search, should fail..."
-$LDAPSEARCH -D cn=config -H $URI1 -y $CONFIGPWF -bcn=config -E \!sync=ro > /dev/null 2>%1
+$LDAPSEARCH -D cn=config -H $URI1 -y $CONFIGPWF -bcn=config -E \!sync=ro > /dev/null 2>&1
 
 RC=$?
 if test $RC != 12 ; then