1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 2005,2008 Oracle.  All rights reserved.
4#
5# $Id: fop008.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	fop008
8# TEST	Test file system operations on named in-memory databases.
9# TEST	Combine two ops in one transaction.
10proc fop008 { method args } {
11	eval {fop006 $method 1} $args
12}
13
14
15
16