]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test062-config-delete
Fix test062-config-delete typo 2>%1 to 2>&1
[openldap] / 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