Fix test062-config-delete typo 2>%1 to 2>&1

This commit is contained in:
Hallvard Furuseth 2011-05-06 22:45:39 +02:00
parent 071c5800eb
commit 45dfacd9d5

View file

@ -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