From 18f6578f9dd87053ef921490d9600acd397e6a29 Mon Sep 17 00:00:00 2001 From: bijaya Date: Fri, 8 May 2009 10:00:49 +0000 Subject: [PATCH] config file changed --- test/cache/Recovery/test006.ksh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cache/Recovery/test006.ksh b/test/cache/Recovery/test006.ksh index ef57b04c..3e49518c 100755 --- a/test/cache/Recovery/test006.ksh +++ b/test/cache/Recovery/test006.ksh @@ -17,7 +17,7 @@ echo "create table t1(f1 int , f2 int,f3 int,f4 char(10),primary key(f1,f2));">$ echo "create index ix2 on t1(f3,f4);">>$REL_PATH/t1.sql rm /tmp/csql.conf -cp $CSQL_CONFIG_FILE/csql.conf /tmp +cp $CSQL_CONFIG_FILE /tmp/csql.conf export CSQL_CONFIG_FILE=/tmp/csql.conf echo DSN=$DSN >> $CSQL_CONFIG_FILE echo CACHE_TABLE=true >> $CSQL_CONFIG_FILE -- 2.11.4.GIT