From 86a90cd8d17ee746a7ac9a1cdb6bc350985d5a2e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 4 Jun 2003 12:06:46 +0000 Subject: [PATCH] Add args to accomodate OS/390 shell bug --- tests/scripts/test000-rootdse | 2 +- tests/scripts/test001-slapadd | 2 +- tests/scripts/test002-populate | 2 +- tests/scripts/test003-search | 2 +- tests/scripts/test004-modify | 2 +- tests/scripts/test005-modrdn | 2 +- tests/scripts/test006-acls | 2 +- tests/scripts/test007-replication | 2 +- tests/scripts/test008-concurrency | 2 +- tests/scripts/test009-referral | 2 +- tests/scripts/test010-passwd | 2 +- tests/scripts/test011-subtree-repl | 2 +- tests/scripts/test012-glue | 2 +- tests/scripts/test013-language | 2 +- tests/scripts/test014-whoami | 2 +- tests/scripts/test015-xsearch | 2 +- tests/scripts/test016-subref | 2 +- tests/scripts/test017-syncreplication-refresh | 2 +- tests/scripts/test018-syncreplication-persist | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/tests/scripts/test000-rootdse b/tests/scripts/test000-rootdse index 0723ca7d2c..bf19615a1f 100755 --- a/tests/scripts/test000-rootdse +++ b/tests/scripts/test000-rootdse @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test001-slapadd b/tests/scripts/test001-slapadd index 7828edb414..ef97cc734a 100755 --- a/tests/scripts/test001-slapadd +++ b/tests/scripts/test001-slapadd @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test002-populate b/tests/scripts/test002-populate index acb3384e72..2485c41759 100755 --- a/tests/scripts/test002-populate +++ b/tests/scripts/test002-populate @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test003-search b/tests/scripts/test003-search index 51d7fd6ff6..49a3b8d724 100755 --- a/tests/scripts/test003-search +++ b/tests/scripts/test003-search @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test004-modify b/tests/scripts/test004-modify index 7180318b76..fdc1c5fe95 100755 --- a/tests/scripts/test004-modify +++ b/tests/scripts/test004-modify @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test005-modrdn b/tests/scripts/test005-modrdn index 86b7265b0a..9a838bf7bf 100755 --- a/tests/scripts/test005-modrdn +++ b/tests/scripts/test005-modrdn @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test006-acls b/tests/scripts/test006-acls index 00560ed238..5c81dbf992 100755 --- a/tests/scripts/test006-acls +++ b/tests/scripts/test006-acls @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test007-replication b/tests/scripts/test007-replication index a8a7a31f79..0952d06710 100755 --- a/tests/scripts/test007-replication +++ b/tests/scripts/test007-replication @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test008-concurrency b/tests/scripts/test008-concurrency index 21eca2ce60..4e0c7af7d2 100755 --- a/tests/scripts/test008-concurrency +++ b/tests/scripts/test008-concurrency @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test009-referral b/tests/scripts/test009-referral index 0e481649cc..19f2a353b3 100755 --- a/tests/scripts/test009-referral +++ b/tests/scripts/test009-referral @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test010-passwd b/tests/scripts/test010-passwd index 0fa5021a15..f8ed0111c6 100755 --- a/tests/scripts/test010-passwd +++ b/tests/scripts/test010-passwd @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test011-subtree-repl b/tests/scripts/test011-subtree-repl index ce778688a5..d0ba5692f8 100755 --- a/tests/scripts/test011-subtree-repl +++ b/tests/scripts/test011-subtree-repl @@ -9,7 +9,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test012-glue b/tests/scripts/test012-glue index a163f8f08c..00e1b87a11 100755 --- a/tests/scripts/test012-glue +++ b/tests/scripts/test012-glue @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test013-language b/tests/scripts/test013-language index a929e2a53c..eeb61199db 100755 --- a/tests/scripts/test013-language +++ b/tests/scripts/test013-language @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test014-whoami b/tests/scripts/test014-whoami index e3deb09b9c..b0028175d4 100755 --- a/tests/scripts/test014-whoami +++ b/tests/scripts/test014-whoami @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test015-xsearch b/tests/scripts/test015-xsearch index fb14c7014e..8f7ebb3af5 100755 --- a/tests/scripts/test015-xsearch +++ b/tests/scripts/test015-xsearch @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test016-subref b/tests/scripts/test016-subref index 740f04591b..289f2b7105 100755 --- a/tests/scripts/test016-subref +++ b/tests/scripts/test016-subref @@ -7,7 +7,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test017-syncreplication-refresh b/tests/scripts/test017-syncreplication-refresh index 58ee34235c..05fec247ca 100755 --- a/tests/scripts/test017-syncreplication-refresh +++ b/tests/scripts/test017-syncreplication-refresh @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb"; then echo "Test only valid for back-bdb" diff --git a/tests/scripts/test018-syncreplication-persist b/tests/scripts/test018-syncreplication-persist index dd91d035fc..20ed1be47d 100755 --- a/tests/scripts/test018-syncreplication-persist +++ b/tests/scripts/test018-syncreplication-persist @@ -6,7 +6,7 @@ if test $# -ge 1 ; then SRCDIR=$1; shift fi -. $SRCDIR/scripts/args.sh +. $SRCDIR/scripts/args.sh $* if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb"; then echo "Test only valid for back-bdb" -- 2.39.5