1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 1999,2008 Oracle.  All rights reserved.
4#
5# $Id: test081.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	test081
8# TEST	Test off-page duplicates and overflow pages together with
9# TEST	very large keys (key/data as file contents).
10proc test081 { method {ndups 13} {tnum "081"} args} {
11	source ./include.tcl
12
13	eval {test017 $method 1 $ndups $tnum} $args
14}
15