From: Hallvard Furuseth Date: Fri, 6 May 2011 20:45:39 +0000 (+0200) Subject: Fix test062-config-delete typo 2>%1 to 2>&1 X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=45dfacd9d5d74c0c56273a30aa034db05b5e5c86 Fix test062-config-delete typo 2>%1 to 2>&1 --- diff --git a/tests/scripts/test062-config-delete b/tests/scripts/test062-config-delete index 2c4f5fa3b8..0cb103953b 100755 --- a/tests/scripts/test062-config-delete +++ b/tests/scripts/test062-config-delete @@ -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