test cases for trie index
[csql.git] / test / phptests / test018.ksh
bloba8fc592a9ee94d2e61e47cba12ae0e36de694227
1 #!/bin/ksh
4 CSQL_CONF=${PWD}/phptests/csql.conf
5 REL_PATH=.
6 if [ -s "$CSQL_CONF" ]
7 then
8 REL_PATH=${PWD}/phptests
9 fi
11 php $REL_PATH/odbc_error.php
12 if [ $? -ne 0 ]
13 then
14 exit 50;
16 exit 0;