summaryrefslogtreecommitdiff
path: root/storage/bdb/test/env005.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'storage/bdb/test/env005.tcl')
-rw-r--r--storage/bdb/test/env005.tcl5
1 files changed, 2 insertions, 3 deletions
diff --git a/storage/bdb/test/env005.tcl b/storage/bdb/test/env005.tcl
index 03bb1b40b34..fc08bc97fa1 100644
--- a/storage/bdb/test/env005.tcl
+++ b/storage/bdb/test/env005.tcl
@@ -1,9 +1,9 @@
# See the file LICENSE for redistribution information.
#
-# Copyright (c) 1999-2002
+# Copyright (c) 1999-2004
# Sleepycat Software. All rights reserved.
#
-# $Id: env005.tcl,v 11.15 2002/02/22 14:28:37 sandstro Exp $
+# $Id: env005.tcl,v 11.20 2004/01/28 03:36:27 bostic Exp $
#
# TEST env005
# TEST Test that using subsystems without initializing them correctly
@@ -16,7 +16,6 @@ proc env005 { } {
env_cleanup $testdir
puts "\tEnv005.a: Creating env with no subsystems."
-
set e [berkdb_env_noerr -create -home $testdir]
error_check_good dbenv [is_valid_env $e] TRUE
set db [berkdb_open -create -btree $testdir/env005.db]