table was not being dropped at the end of the test
[csql.git] / test / tools / csql / test029.ksh
blobb15ee3aa7de6a8752482dae027bd7bb92301cab5
1 #!/bin/sh
2 # Test Case
3 # check aggegates and group by 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}/agg1.sql
13 if [ $? -ne 0 ]
14 then
15 exit 1;
18 $CSQL_INSTALL_ROOT/bin/csql -u root -p manager -s ${REL_PATH}/drop.sql
19 if [ $? -ne 0 ]
20 then
21 exit 1;