From b059a3adda55fe90f2758be9d010efb63c9b2bc0 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 25 Apr 2006 07:21:19 +0000 Subject: Change kdb plugin code to use the new plugin support instead of directly calling dlopen and friends. Change the test config files to refer to "db2.so" instead of "db2". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17961 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/config/default.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index 7f964a341..603673830 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -941,7 +941,7 @@ proc setup_krb5_conf { {type client} } { puts $conffile "\[dbmodules\]" puts $conffile " db_module_dir = $tmppwd/../../../util/fakedest$KRB5_DB_MODULE_DIR" puts $conffile " foo_db2 = {" - puts $conffile " db_library = db2" + puts $conffile " db_library = db2.so" puts $conffile " database_name = $tmppwd/db" puts $conffile " }" close $conffile -- cgit