From b253385611ac4934bb46390ef519c547bba87eb3 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 9 Apr 2010 23:34:07 +0200 Subject: s4:LDB - fix up "LDAPI" test Set the "options" environment variable in a deterministic manner. --- source4/selftest/tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 1fd9d38cbe..d4f7e47290 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -126,7 +126,9 @@ if grep ENABLE_GNUTLS.1 $CONFIG_H > /dev/null; then plantestsuite "ldb.ldaps with options $options" dc $bbdir/test_ldb.sh ldaps \$SERVER_IP $options done fi -plantestsuite "ldb.ldapi with options $options" dc $bbdir/test_ldb.sh ldapi \$PREFIX_ABS/dc/private/ldapi $options +for options in "" "-U\$USERNAME%\$PASSWORD"; do + plantestsuite "ldb.ldapi with options $options" dc $bbdir/test_ldb.sh ldapi \$PREFIX_ABS/dc/private/ldapi $options +done for t in `$smb4torture --list | grep "^LDAP-"` do plansmbtorturetestsuite "$t" dc "-U\$USERNAME%\$PASSWORD" //\$SERVER_IP/_none_ -- cgit