File Removed
[csql.git] / test / tools / csql / test038.ksh
bloba4be2bf5d9ba238cb23e91e74be279723fd5c4d0
1 #!/bin/sh
2 # Test Case
3 # Update statement check for null values
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}/updatetest.sql
13 if [ $? -ne 0 ]
14 then
15 exit 1;