adding test scripts
[csql.git] / test / tools / csql / bit_test024.ksh
blob5ef5ffece669213b23dbdf3bf1747e968d4357d7
1 #!/bin/ksh
2 # Test Case
3 # check bit data type
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}/datatype4.sql
13 if [ $? -ne 0 ]
14 then
15 exit 1;