1# Automatically built by dist/s_test; may require local editing.
2
3set tclsh_path @TCL_TCLSH@
4set tcllib .libs/libdb_tcl-@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@@LIBTSO_MODSUFFIX@
5
6set rpc_server localhost
7set rpc_path .
8set rpc_testdir $rpc_path/TESTDIR
9
10set src_root @srcdir@/..
11set test_path @srcdir@/../test
12set je_root @srcdir@/../../je
13
14global testdir
15set testdir ./TESTDIR
16
17global dict
18global util_path
19
20global is_freebsd_test
21global is_hp_test
22global is_linux_test
23global is_qnx_test
24global is_sunos_test
25global is_windows_test
26global is_windows9x_test
27
28global valid_methods
29global checking_valid_methods
30global test_recopts
31
32set KILL "@KILL@"
33