lock manager and chunk allocation mutex modificationsw
[csql.git] / test / phptests / test015.ksh
blob4f8a3d133698377b69bff92ba96b8e37a1e09b8d
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/datatypeinfo.php
11 if [ $? -ne 0 ]
12 then
13 exit 50;
15 exit 0;