mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
Fix test062-config-delete typo 2>%1 to 2>&1
This commit is contained in:
parent
071c5800eb
commit
45dfacd9d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue