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