File Removed
[csql.git] / test / tools / csql / test033.ksh
blob87de84c53177af03de8632613313078cf58be26b
1 #!/bin/sh
2 # Test Case
3 # check non-unique index with composite keys
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}/comp4.sql
13 if [ $? -ne 0 ]
14 then
15 exit 1;
17 $CSQL_INSTALL_ROOT/bin/csqldump -T t1
18 $CSQL_INSTALL_ROOT/bin/csql -u root -p manager -s ${REL_PATH}/drop.sql
19 if [ $? -ne 0 ]
20 then
21 exit 1;