1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 2005-2009 Oracle.  All rights reserved.
4#
5# $Id$
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