From 07c424a7c34c1075fd949fc73cd2662dc4a0a255 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 30 Dec 2004 12:48:14 +0000 Subject: [PATCH] Additional command line argument ordering fixes --- tests/scripts/test030-relay | 4 ++-- tests/scripts/test032-proxymassage | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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)!" -- 2.39.5