some of the failing tests kill the test executor. so reverting back signal to SIGKILL
[csql.git] / test / cache / Recovery / test001.ksh
blob74c59796ab6756ff4440b442ca4f8811a333f020
1 #!/bin/sh
3 #Run this test only under csql/test or on this directory.
4 #Otherwise, it may fail
6 mv ~/.odbc.ini /tmp
8 touch ~/.odbc.ini
10 $CSQL_INSTALL_ROOT/bin/csqlserver -c
12 mv /tmp/.odbc.ini ~/
14 exit 0;