common.h added to support AbsSqlConnection and AbsSqlStatement creations
[csql.git] / test / cache / CacheTable / test001.ksh
blobc7247fb52623cff409bf8413df0785b73c93f6d6
1 #!/bin/sh
2 # Test Case
3 # 1. Check for help message: $ cachetable -?
5 $CSQL_INSTALL_ROOT/bin/cachetable ?
6 if [ $? -ne 0 ]
7 then
8 exit 1;
9 fi
10 exit 0;