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