libdb/test/tcl/dead008.tcl

14 lines
312 B
Tcl
Raw Normal View History

2011-09-13 17:44:24 +00:00
# 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
}