mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-16 17:16:25 +00:00
13 lines
312 B
Tcl
13 lines
312 B
Tcl
# See the file LICENSE for redistribution information.
|
|
#
|
|
# Copyright (c) 1996, 2011 Oracle and/or its affiliates. All rights reserved.
|
|
#
|
|
# $Id$
|
|
#
|
|
# TEST dead008
|
|
# TEST Run dead001 deadlock test using priorities
|
|
proc dead008 { {tnum "008"} } {
|
|
source ./include.tcl
|
|
dead001 "2 4 10" "ring clump" "0" $tnum 1
|
|
|
|
}
|