diff options
author | tim@threads.polyesthetic.msg <> | 2001-04-05 15:33:16 -0400 |
---|---|---|
committer | tim@threads.polyesthetic.msg <> | 2001-04-05 15:33:16 -0400 |
commit | 55c1c5b6cd810e70024bb24543dff1a4b50b1fe5 (patch) | |
tree | c89a2faa418ef1c4cd12af14af0a472e15c1dcc9 /bdb/test | |
parent | 6d1ebdd656e855c2ba5f0275001f9ebc1fe6d64f (diff) | |
download | mariadb-git-55c1c5b6cd810e70024bb24543dff1a4b50b1fe5.tar.gz |
Remove generated files from bdb source code control.
Diffstat (limited to 'bdb/test')
-rw-r--r-- | bdb/test/include.tcl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/bdb/test/include.tcl b/bdb/test/include.tcl deleted file mode 100644 index e5084d6507c..00000000000 --- a/bdb/test/include.tcl +++ /dev/null @@ -1,19 +0,0 @@ -set tclsh_path @TCL_TCLSH@ -set tcllib .libs/libdb_tcl-@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@SOSUFFIX@ -set rpc_server localhost -set rpc_path . -set test_path @srcdir@/../test - -set KILL "@db_cv_path_kill@" - -# DO NOT EDIT BELOW THIS LINE: automatically built by dist/s_tcl. - -global dict -global testdir -global util_path -set testdir ./TESTDIR -set rpc_testdir $rpc_path/TESTDIR - -global is_hp_test -global is_qnx_test -global is_windows_test |