adding test scripts
[csql.git] / test / tools / csql / test138.ksh
blob2a2012267f62f71dec6b384a7c4880c41afe798a
1 #!/bin/sh
2 # Default now on non time type fields
5 QUITFILE=${PWD}/tools/csql/quit.sql
6 REL_PATH=.
7 if [ -s "$QUITFILE" ]
8 then
9 REL_PATH=`pwd`/tools/csql
12 $CSQL_INSTALL_ROOT/bin/csql -u root -p manager -s ${REL_PATH}/default_now_non_time.sql
13 if [ $? -ne 0 ]
14 then
15 $CSQL_INSTALL_ROOT/bin/csql -u root -p manager -s ${REL_PATH}/drop.sql
16 rm -f ${REL_PATH}/drp1.sql
17 exit 1;
20 exit 0;