From: Kurt Zeilenga Date: Thu, 30 Dec 2004 12:48:14 +0000 (+0000) Subject: Additional command line argument ordering fixes X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~7^2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=07c424a7c34c1075fd949fc73cd2662dc4a0a255;p=openldap Additional command line argument ordering fixes --- diff --git a/tests/scripts/test030-relay b/tests/scripts/test030-relay index 293b058659..03538daf11 100755 --- a/tests/scripts/test030-relay +++ b/tests/scripts/test030-relay @@ -274,8 +274,8 @@ fi BASEDN="o=Example,c=US" echo "changing password to database \"$BASEDN\"..." $LDAPPASSWD -h $LOCALHOST -p $PORT1 -D "cn=Manager,$BASEDN" -w $PASSWD \ - "cn=Added User,ou=Alumni Association,ou=People,$BASEDN" \ - -s $PASSWD >> $TESTOUT 2>&1 + -s $PASSWD "cn=Added User,ou=Alumni Association,ou=People,$BASEDN" \ + >> $TESTOUT 2>&1 RC=$? if test $RC != 0 ; then echo "Passwd ExOp failed ($RC)!" diff --git a/tests/scripts/test032-proxymassage b/tests/scripts/test032-proxymassage index da7fd5ffd9..eef2a51e1a 100755 --- a/tests/scripts/test032-proxymassage +++ b/tests/scripts/test032-proxymassage @@ -282,8 +282,8 @@ fi BASEDN="o=Example,c=US" echo "changing password to database \"$BASEDN\"..." $LDAPPASSWD -h $LOCALHOST -p $PORT1 -D "cn=Manager,$BASEDN" -w $PASSWD \ - "cn=Added User,ou=Alumni Association,ou=People,$BASEDN" \ - -s $PASSWD >> $TESTOUT 2>&1 + -s $PASSWD "cn=Added User,ou=Alumni Association,ou=People,$BASEDN" \ + >> $TESTOUT 2>&1 RC=$? if test $RC != 0 ; then echo "Passwd ExOp failed ($RC)!"