1# Automatically built by dist/s_test; may require local editing.
2
3set tclsh_path
4set tcllib .libs/libdb_tcl-4.7.so
5
6set rpc_server localhost
7set rpc_path .
8set rpc_testdir $rpc_path/TESTDIR
9
10set src_root ../dist/..
11set test_path ../dist/../test
12set je_root ../dist/../../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 ""
33