File Removed
[csql.git] / test / tools / csql / test032.ksh
blob3f3ef944770e34d5ae7add02e7d95ac7fc548dfd
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}/comp3.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;