code reorg for Transactionw!
[csql.git] / test / phptests / test026.ksh
blobc92c5792a6231a7cd341445b199fa200ab6c9353
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
10 php $REL_PATH/odbcfree.php
11 if [ $? -ne 0 ]
12 then
13 exit 50;
15 exit 0;