diff options
Diffstat (limited to 'bdb/test/env006.tcl')
-rw-r--r-- | bdb/test/env006.tcl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bdb/test/env006.tcl b/bdb/test/env006.tcl index 1a39886cafa..48fc6982772 100644 --- a/bdb/test/env006.tcl +++ b/bdb/test/env006.tcl @@ -1,14 +1,12 @@ # See the file LICENSE for redistribution information. # -# Copyright (c) 1999, 2000 +# Copyright (c) 1999-2002 # Sleepycat Software. All rights reserved. # -# $Id: env006.tcl,v 11.5 2000/10/27 13:23:55 sue Exp $ -# -# Env Test 6 -# DB Utility Check -# Make sure that all the utilities exist and run. +# $Id: env006.tcl,v 11.8 2002/01/11 15:53:23 bostic Exp $ # +# TEST env006 +# TEST Make sure that all the utilities exist and run. proc env006 { } { source ./include.tcl @@ -23,6 +21,8 @@ proc env006 { } { { "db_printlog" "Env006.f"} { "db_recover" "Env006.g"} { "db_stat" "Env006.h"} + { "db_upgrade" "Env006.h"} + { "db_verify" "Env006.h"} } foreach pair $rlist { set cmd [lindex $pair 0] |