1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 1996,2008 Oracle.  All rights reserved.
4#
5# $Id: dead006.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	dead006
8# TEST	use timeouts rather than the normal dd algorithm.
9proc dead006 { { procs "2 4 10" } {tests "ring clump" } \
10    {timeout 1000} {tnum 006} } {
11	source ./include.tcl
12
13	dead001 $procs $tests $timeout $tnum
14	dead002 $procs $tests $timeout $tnum
15}
16