diff options
Diffstat (limited to 'db/test/include.tcl')
-rw-r--r-- | db/test/include.tcl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/db/test/include.tcl b/db/test/include.tcl index c15d4f8c2..25b652bd2 100644 --- a/db/test/include.tcl +++ b/db/test/include.tcl @@ -17,8 +17,16 @@ set testdir ./TESTDIR global dict global util_path +global is_freebsd_test global is_hp_test +global is_linux_test global is_qnx_test +global is_sunos_test global is_windows_test +global is_windows9x_test -set KILL "@db_cv_path_kill@" +global valid_methods +global checking_valid_methods +global test_recopts + +set KILL "@KILL@" |